Html Css Color HEX #C2DB73 Sulu

📋 copy color: '#C2DB73'

red 194 ◦ green 219 ◦ blue 115

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

Shades of Sulu #C2DB73

Tints of Sulu #C2DB73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 21.78%

R = 36.74%
G = 41.48%
B = 21.78%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#C2DB73 (or 0xC2DB73) is known color: Sulu. HEX triplet: C2, DB and 73. RGB value is (194,219,115). Sum of RGB (Red+Green+Blue) = 194+219+115=528 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.74% from 528); Green value is 219 (85.94% from 255 or 41.48% from 528); Blue value is 115 (45.31% from 255 or 21.78% from 528); Max value from RGB is 219 - color contains mainly: green. Hex color #C2DB73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2DB73 is #3D248C. Grayscale: #C8C8C8. Windows color (decimal): -4007053 or 7592898. OLE color: 7592898.

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

Color convert

RGB 194 219 115 -
CMYK 0.11 0 0.47 0.14
HSL 74.42º 0.59% 0.65% -
HSV(B) 74.42º 0.47% 0.86% -
XYZ 50.67 63.37 25.78 -
YUV 199.67 80.22 123.96 -
System Red Green Blue C M Y K H S L
Decimal 194 219 115 0.11 0 0.47 0.14 74.42 0.59 0.65
Hex C2 DB 73 B 0 2F E 4A 3B 41
Octal 302 333 163 13 0 57 16 112 73 101
Binary 11000010 11011011 1110011 1011 0 101111 1110 1001010 111011 1000001

Color Harmonies of #C2DB73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DB73

Black with #C2DB73

Text Example


Text Example

White with #C2DB73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DB73; }

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

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

background-color css

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

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

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

border-color css

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

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

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