Html Css Color HEX #35DE68 Emerald

📋 copy color: '#35DE68'

red 53 ◦ green 222 ◦ blue 104

#35DE68
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Emerald #35DE68

Tints of Emerald #35DE68

RGB

 RED value IS 53 (21.09% from 255) = 13.98%

 GREEN value IS 222 (87.11% from 255) = 58.58%

 BLUE value IS 104 (41.02% from 255) = 27.44%

R = 13.98%
G = 58.58%
B = 27.44%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.53

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#35DE68 (or 0x35DE68) is known color: Emerald. HEX triplet: 35, DE and 68. RGB value is (53,222,104). Sum of RGB (Red+Green+Blue) = 53+222+104=379 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.98% from 379); Green value is 222 (87.11% from 255 or 58.58% from 379); Blue value is 104 (41.02% from 255 or 27.44% from 379); Max value from RGB is 222 - color contains mainly: green. Hex color #35DE68 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35DE68 is #CA2197. Grayscale: #9E9E9E. Windows color (decimal): -13246872 or 6872629. OLE color: 6872629.

HSL color Cylindrical-coordinate representation of color #35DE68: hue angle of 138.11º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35DE68 is Cyan = 0.76, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB 53 222 104 -
CMYK 0.76 0 0.53 0.13
HSL 138.11º 0.72% 0.54% -
HSV(B) 138.11º 0.76% 0.87% -
XYZ 30.09 54 21.93 -
YUV 158.02 97.51 53.09 -
System Red Green Blue C M Y K H S L
Decimal 53 222 104 0.76 0 0.53 0.13 138.11 0.72 0.54
Hex 35 DE 68 4C 0 35 D 8A 48 36
Octal 65 336 150 114 0 65 15 212 110 66
Binary 110101 11011110 1101000 1001100 0 110101 1101 10001010 1001000 110110

Color Harmonies of #35DE68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35DE68

Black with #35DE68

Text Example


Text Example

White with #35DE68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35DE68; }

 p { color: rgb(53,222,104); }

 H1.HeaderClassName
 {
   color: #35DE68;
 }
 .AnyTagClassName
 {
   color: #35DE68;
 }
</style>

background-color css

<style>
 a { background-color: #35DE68; }

 a { background-color: rgb(53,222,104); }

 div.DivClassName
 {
   background-color: #35DE68;
 }
 .BgClassName
 {
   background-color: #35DE68;
 }
</style>

border-color css

<style>
 span { border-color: #35DE68; }

 span { border-color: rgb(53,222,104); }

 td.TdClassName
 {
   border-color: #35DE68;
 }
 .TagClassName
 {
   border-color: #35DE68;
 }
</style>