Html Css Color HEX #C8F276 Sulu

📋 copy color: '#C8F276'

red 200 ◦ green 242 ◦ blue 118

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

Shades of Sulu #C8F276

Tints of Sulu #C8F276

RGB

 RED value IS 200 (78.52% from 255) = 35.71%

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

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

R = 35.71%
G = 43.21%
B = 21.07%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#C8F276 (or 0xC8F276) is known color: Sulu. HEX triplet: C8, F2 and 76. RGB value is (200,242,118). Sum of RGB (Red+Green+Blue) = 200+242+118=560 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.71% from 560); Green value is 242 (94.92% from 255 or 43.21% from 560); Blue value is 118 (46.48% from 255 or 21.07% from 560); Max value from RGB is 242 - color contains mainly: green. Hex color #C8F276 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8F276 is #370D89. Grayscale: #D7D7D7. Windows color (decimal): -3607946 or 7795400. OLE color: 7795400.

HSL color Cylindrical-coordinate representation of color #C8F276: hue angle of 80.32º 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 #C8F276 is Cyan = 0.17, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB 200 242 118 -
CMYK 0.17 0 0.51 0.05
HSL 80.32º 0.83% 0.71% -
HSV(B) 80.32º 0.51% 0.95% -
XYZ 58.84 77.09 28.92 -
YUV 215.31 73.09 117.08 -
System Red Green Blue C M Y K H S L
Decimal 200 242 118 0.17 0 0.51 0.05 80.32 0.83 0.71
Hex C8 F2 76 11 0 33 5 50 53 47
Octal 310 362 166 21 0 63 5 120 123 107
Binary 11001000 11110010 1110110 10001 0 110011 101 1010000 1010011 1000111

Color Harmonies of #C8F276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8F276

Black with #C8F276

Text Example


Text Example

White with #C8F276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8F276; }

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

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

background-color css

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

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

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

border-color css

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

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

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