Html Css Color HEX #C2DF72 Sulu

📋 copy color: '#C2DF72'

red 194 ◦ green 223 ◦ blue 114

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

Shades of Sulu #C2DF72

Tints of Sulu #C2DF72

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42%

 BLUE value IS 114 (44.92% from 255) = 21.47%

R = 36.53%
G = 42%
B = 21.47%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#C2DF72 (or 0xC2DF72) is known color: Sulu. HEX triplet: C2, DF and 72. RGB value is (194,223,114). Sum of RGB (Red+Green+Blue) = 194+223+114=531 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.53% from 531); Green value is 223 (87.5% from 255 or 42.00% from 531); Blue value is 114 (44.92% from 255 or 21.47% from 531); Max value from RGB is 223 - color contains mainly: green. Hex color #C2DF72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2DF72 is #3D208D. Grayscale: #CACACA. Windows color (decimal): -4006030 or 7528386. OLE color: 7528386.

HSL color Cylindrical-coordinate representation of color #C2DF72: hue angle of 75.96º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C2DF72 is Cyan = 0.13, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 223 114 -
CMYK 0.13 0 0.49 0.13
HSL 75.96º 0.63% 0.66% -
HSV(B) 75.96º 0.49% 0.87% -
XYZ 51.67 65.46 25.83 -
YUV 201.9 78.39 122.36 -
System Red Green Blue C M Y K H S L
Decimal 194 223 114 0.13 0 0.49 0.13 75.96 0.63 0.66
Hex C2 DF 72 D 0 31 D 4C 3F 42
Octal 302 337 162 15 0 61 15 114 77 102
Binary 11000010 11011111 1110010 1101 0 110001 1101 1001100 111111 1000010

Color Harmonies of #C2DF72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DF72

Black with #C2DF72

Text Example


Text Example

White with #C2DF72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DF72; }

 p { color: rgb(194,223,114); }

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

background-color css

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

 a { background-color: rgb(194,223,114); }

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

border-color css

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

 span { border-color: rgb(194,223,114); }

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