Html Css Color HEX #C2E974 Sulu

📋 copy color: '#C2E974'

red 194 ◦ green 233 ◦ blue 116

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

Shades of Sulu #C2E974

Tints of Sulu #C2E974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 21.36%

R = 35.73%
G = 42.91%
B = 21.36%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#C2E974 (or 0xC2E974) is known color: Sulu. HEX triplet: C2, E9 and 74. RGB value is (194,233,116). Sum of RGB (Red+Green+Blue) = 194+233+116=543 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.73% from 543); Green value is 233 (91.41% from 255 or 42.91% from 543); Blue value is 116 (45.70% from 255 or 21.36% from 543); Max value from RGB is 233 - color contains mainly: green. Hex color #C2E974 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2E974 is #3D168B. Grayscale: #D0D0D0. Windows color (decimal): -4003468 or 7662018. OLE color: 7662018.

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

Color convert

RGB 194 233 116 -
CMYK 0.17 0 0.50 0.09
HSL 80º 0.73% 0.68% -
HSV(B) 80º 0.5% 0.91% -
XYZ 54.54 71.01 27.35 -
YUV 208 76.08 118.01 -
System Red Green Blue C M Y K H S L
Decimal 194 233 116 0.17 0 0.50 0.09 80 0.73 0.68
Hex C2 E9 74 11 0 32 9 50 49 44
Octal 302 351 164 21 0 62 11 120 111 104
Binary 11000010 11101001 1110100 10001 0 110010 1001 1010000 1001001 1000100

Color Harmonies of #C2E974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2E974

Black with #C2E974

Text Example


Text Example

White with #C2E974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2E974; }

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

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

background-color css

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

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

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

border-color css

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

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

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