Html Css Color HEX #C0F276 Sulu

📋 copy color: '#C0F276'

red 192 ◦ green 242 ◦ blue 118

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

Shades of Sulu #C0F276

Tints of Sulu #C0F276

RGB

 RED value IS 192 (75.39% from 255) = 34.78%

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

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

R = 34.78%
G = 43.84%
B = 21.38%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#C0F276 (or 0xC0F276) is known color: Sulu. HEX triplet: C0, F2 and 76. RGB value is (192,242,118). Sum of RGB (Red+Green+Blue) = 192+242+118=552 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.78% from 552); Green value is 242 (94.92% from 255 or 43.84% from 552); Blue value is 118 (46.48% from 255 or 21.38% from 552); Max value from RGB is 242 - color contains mainly: green. Hex color #C0F276 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F276 is #3F0D89. Grayscale: #D5D5D5. Windows color (decimal): -4132234 or 7795392. OLE color: 7795392.

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

Color convert

RGB 192 242 118 -
CMYK 0.21 0 0.51 0.05
HSL 84.19º 0.83% 0.71% -
HSV(B) 84.19º 0.51% 0.95% -
XYZ 56.76 76.02 28.82 -
YUV 212.91 74.44 113.08 -
System Red Green Blue C M Y K H S L
Decimal 192 242 118 0.21 0 0.51 0.05 84.19 0.83 0.71
Hex C0 F2 76 15 0 33 5 54 53 47
Octal 300 362 166 25 0 63 5 124 123 107
Binary 11000000 11110010 1110110 10101 0 110011 101 1010100 1010011 1000111

Color Harmonies of #C0F276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0F276

Black with #C0F276

Text Example


Text Example

White with #C0F276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0F276; }

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

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

background-color css

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

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

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

border-color css

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

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

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