Html Css Color HEX #C6F276 Sulu

📋 copy color: '#C6F276'

red 198 ◦ green 242 ◦ blue 118

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

Shades of Sulu #C6F276

Tints of Sulu #C6F276

RGB

 RED value IS 198 (77.73% from 255) = 35.48%

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

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

R = 35.48%
G = 43.37%
B = 21.15%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#C6F276 (or 0xC6F276) is known color: Sulu. HEX triplet: C6, F2 and 76. RGB value is (198,242,118). Sum of RGB (Red+Green+Blue) = 198+242+118=558 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.48% from 558); Green value is 242 (94.92% from 255 or 43.37% from 558); Blue value is 118 (46.48% from 255 or 21.15% from 558); Max value from RGB is 242 - color contains mainly: green. Hex color #C6F276 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6F276 is #390D89. Grayscale: #D7D7D7. Windows color (decimal): -3739018 or 7795398. OLE color: 7795398.

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

Color convert

RGB 198 242 118 -
CMYK 0.18 0 0.51 0.05
HSL 81.29º 0.83% 0.71% -
HSV(B) 81.29º 0.51% 0.95% -
XYZ 58.31 76.82 28.89 -
YUV 214.71 73.42 116.08 -
System Red Green Blue C M Y K H S L
Decimal 198 242 118 0.18 0 0.51 0.05 81.29 0.83 0.71
Hex C6 F2 76 12 0 33 5 51 53 47
Octal 306 362 166 22 0 63 5 121 123 107
Binary 11000110 11110010 1110110 10010 0 110011 101 1010001 1010011 1000111

Color Harmonies of #C6F276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6F276

Black with #C6F276

Text Example


Text Example

White with #C6F276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6F276; }

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

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

background-color css

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

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

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

border-color css

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

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

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