Html Css Color HEX #C2E972 Sulu

📋 copy color: '#C2E972'

red 194 ◦ green 233 ◦ blue 114

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

Shades of Sulu #C2E972

Tints of Sulu #C2E972

RGB

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

 GREEN value IS 233 (91.41% from 255) = 43.07%

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

R = 35.86%
G = 43.07%
B = 21.07%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#C2E972 (or 0xC2E972) is known color: Sulu. HEX triplet: C2, E9 and 72. RGB value is (194,233,114). Sum of RGB (Red+Green+Blue) = 194+233+114=541 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.86% from 541); Green value is 233 (91.41% from 255 or 43.07% from 541); Blue value is 114 (44.92% from 255 or 21.07% from 541); Max value from RGB is 233 - color contains mainly: green. Hex color #C2E972 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2E972 is #3D168D. Grayscale: #D0D0D0. Windows color (decimal): -4003470 or 7530946. OLE color: 7530946.

HSL color Cylindrical-coordinate representation of color #C2E972: hue angle of 79.66º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C2E972 is Cyan = 0.17, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB 194 233 114 -
CMYK 0.17 0 0.51 0.09
HSL 79.66º 0.73% 0.68% -
HSV(B) 79.66º 0.51% 0.91% -
XYZ 54.42 70.96 26.75 -
YUV 207.77 75.08 118.18 -
System Red Green Blue C M Y K H S L
Decimal 194 233 114 0.17 0 0.51 0.09 79.66 0.73 0.68
Hex C2 E9 72 11 0 33 9 50 49 44
Octal 302 351 162 21 0 63 11 120 111 104
Binary 11000010 11101001 1110010 10001 0 110011 1001 1010000 1001001 1000100

Color Harmonies of #C2E972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2E972

Black with #C2E972

Text Example


Text Example

White with #C2E972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2E972; }

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

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

background-color css

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

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

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

border-color css

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

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

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