Html Css Color HEX #C2DB8E Sulu

📋 copy color: '#C2DB8E'

red 194 ◦ green 219 ◦ blue 142

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

Shades of Sulu #C2DB8E

Tints of Sulu #C2DB8E

RGB

 RED value IS 194 (76.17% from 255) = 34.95%

 GREEN value IS 219 (85.94% from 255) = 39.46%

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

R = 34.95%
G = 39.46%
B = 25.59%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#C2DB8E (or 0xC2DB8E) is known color: Sulu. HEX triplet: C2, DB and 8E. RGB value is (194,219,142). Sum of RGB (Red+Green+Blue) = 194+219+142=555 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.95% from 555); Green value is 219 (85.94% from 255 or 39.46% from 555); Blue value is 142 (55.86% from 255 or 25.59% from 555); Max value from RGB is 219 - color contains mainly: green. Hex color #C2DB8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2DB8E is #3D2471. Grayscale: #CBCBCB. Windows color (decimal): -4007026 or 9362370. OLE color: 9362370.

HSL color Cylindrical-coordinate representation of color #C2DB8E: hue angle of 79.48º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C2DB8E is Cyan = 0.11, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB 194 219 142 -
CMYK 0.11 0 0.35 0.14
HSL 79.48º 0.52% 0.71% -
HSV(B) 79.48º 0.35% 0.86% -
XYZ 52.46 64.09 35.2 -
YUV 202.75 93.72 121.76 -
System Red Green Blue C M Y K H S L
Decimal 194 219 142 0.11 0 0.35 0.14 79.48 0.52 0.71
Hex C2 DB 8E B 0 23 E 4F 34 47
Octal 302 333 216 13 0 43 16 117 64 107
Binary 11000010 11011011 10001110 1011 0 100011 1110 1001111 110100 1000111

Color Harmonies of #C2DB8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DB8E

Black with #C2DB8E

Text Example


Text Example

White with #C2DB8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DB8E; }

 p { color: rgb(194,219,142); }

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

background-color css

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

 a { background-color: rgb(194,219,142); }

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

border-color css

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

 span { border-color: rgb(194,219,142); }

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