Html Css Color HEX #C5DA8E Sulu

📋 copy color: '#C5DA8E'

red 197 ◦ green 218 ◦ blue 142

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

Shades of Sulu #C5DA8E

Tints of Sulu #C5DA8E

RGB

 RED value IS 197 (77.34% from 255) = 35.37%

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

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

R = 35.37%
G = 39.14%
B = 25.49%

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

#C5DA8E (or 0xC5DA8E) is known color: Sulu. HEX triplet: C5, DA and 8E. RGB value is (197,218,142). Sum of RGB (Red+Green+Blue) = 197+218+142=557 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.37% from 557); Green value is 218 (85.55% from 255 or 39.14% from 557); Blue value is 142 (55.86% from 255 or 25.49% from 557); Max value from RGB is 218 - color contains mainly: green. Hex color #C5DA8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5DA8E is #3A2571. Grayscale: #CBCBCB. Windows color (decimal): -3810674 or 9362117. OLE color: 9362117.

HSL color Cylindrical-coordinate representation of color #C5DA8E: hue angle of 76.58º 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 #C5DA8E is Cyan = 0.10, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 197 218 142 -
CMYK 0.10 0 0.35 0.15
HSL 76.58º 0.51% 0.71% -
HSV(B) 76.58º 0.35% 0.85% -
XYZ 52.98 63.97 35.15 -
YUV 203.06 93.54 123.68 -
System Red Green Blue C M Y K H S L
Decimal 197 218 142 0.10 0 0.35 0.15 76.58 0.51 0.71
Hex C5 DA 8E A 0 23 F 4D 33 47
Octal 305 332 216 12 0 43 17 115 63 107
Binary 11000101 11011010 10001110 1010 0 100011 1111 1001101 110011 1000111

Color Harmonies of #C5DA8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DA8E

Black with #C5DA8E

Text Example


Text Example

White with #C5DA8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DA8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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