Html Css Color HEX #C2F276 Sulu

📋 copy color: '#C2F276'

red 194 ◦ green 242 ◦ blue 118

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

Shades of Sulu #C2F276

Tints of Sulu #C2F276

RGB

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

 GREEN value IS 242 (94.92% from 255) = 43.68%

 BLUE value IS 118 (46.48% from 255) = 21.3%

R = 35.02%
G = 43.68%
B = 21.3%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#C2F276 (or 0xC2F276) is known color: Sulu. HEX triplet: C2, F2 and 76. RGB value is (194,242,118). Sum of RGB (Red+Green+Blue) = 194+242+118=554 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.02% from 554); Green value is 242 (94.92% from 255 or 43.68% from 554); Blue value is 118 (46.48% from 255 or 21.30% from 554); Max value from RGB is 242 - color contains mainly: green. Hex color #C2F276 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2F276 is #3D0D89. Grayscale: #D5D5D5. Windows color (decimal): -4001162 or 7795394. OLE color: 7795394.

HSL color Cylindrical-coordinate representation of color #C2F276: hue angle of 83.23º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C2F276 is Cyan = 0.20, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB 194 242 118 -
CMYK 0.20 0 0.51 0.05
HSL 83.23º 0.83% 0.71% -
HSV(B) 83.23º 0.51% 0.95% -
XYZ 57.27 76.28 28.84 -
YUV 213.51 74.1 114.08 -
System Red Green Blue C M Y K H S L
Decimal 194 242 118 0.20 0 0.51 0.05 83.23 0.83 0.71
Hex C2 F2 76 14 0 33 5 53 53 47
Octal 302 362 166 24 0 63 5 123 123 107
Binary 11000010 11110010 1110110 10100 0 110011 101 1010011 1010011 1000111

Color Harmonies of #C2F276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2F276

Black with #C2F276

Text Example


Text Example

White with #C2F276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2F276; }

 p { color: rgb(194,242,118); }

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

background-color css

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

 a { background-color: rgb(194,242,118); }

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

border-color css

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

 span { border-color: rgb(194,242,118); }

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