Html Css Color HEX #C4DA8E Sulu

📋 copy color: '#C4DA8E'

red 196 ◦ green 218 ◦ blue 142

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

Shades of Sulu #C4DA8E

Tints of Sulu #C4DA8E

RGB

 RED value IS 196 (76.95% from 255) = 35.25%

 GREEN value IS 218 (85.55% from 255) = 39.21%

 BLUE value IS 142 (55.86% from 255) = 25.54%

R = 35.25%
G = 39.21%
B = 25.54%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#C4DA8E (or 0xC4DA8E) is known color: Sulu. HEX triplet: C4, DA and 8E. RGB value is (196,218,142). Sum of RGB (Red+Green+Blue) = 196+218+142=556 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.25% from 556); Green value is 218 (85.55% from 255 or 39.21% from 556); Blue value is 142 (55.86% from 255 or 25.54% from 556); Max value from RGB is 218 - color contains mainly: green. Hex color #C4DA8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4DA8E is #3B2571. Grayscale: #CBCBCB. Windows color (decimal): -3876210 or 9362116. OLE color: 9362116.

HSL color Cylindrical-coordinate representation of color #C4DA8E: hue angle of 77.37º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C4DA8E is Cyan = 0.10, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 196 218 142 -
CMYK 0.10 0 0.35 0.15
HSL 77.37º 0.51% 0.71% -
HSV(B) 77.37º 0.35% 0.85% -
XYZ 52.72 63.83 35.13 -
YUV 202.76 93.71 123.18 -
System Red Green Blue C M Y K H S L
Decimal 196 218 142 0.10 0 0.35 0.15 77.37 0.51 0.71
Hex C4 DA 8E A 0 23 F 4D 33 47
Octal 304 332 216 12 0 43 17 115 63 107
Binary 11000100 11011010 10001110 1010 0 100011 1111 1001101 110011 1000111

Color Harmonies of #C4DA8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4DA8E

Black with #C4DA8E

Text Example


Text Example

White with #C4DA8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4DA8E; }

 p { color: rgb(196,218,142); }

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

background-color css

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

 a { background-color: rgb(196,218,142); }

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

border-color css

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

 span { border-color: rgb(196,218,142); }

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