Html Css Color HEX #C0F279 Sulu

📋 copy color: '#C0F279'

red 192 ◦ green 242 ◦ blue 121

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

Shades of Sulu #C0F279

Tints of Sulu #C0F279

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 21.8%

R = 34.59%
G = 43.6%
B = 21.8%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#C0F279 (or 0xC0F279) is known color: Sulu. HEX triplet: C0, F2 and 79. RGB value is (192,242,121). Sum of RGB (Red+Green+Blue) = 192+242+121=555 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.59% from 555); Green value is 242 (94.92% from 255 or 43.60% from 555); Blue value is 121 (47.66% from 255 or 21.80% from 555); Max value from RGB is 242 - color contains mainly: green. Hex color #C0F279 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F279 is #3F0D86. Grayscale: #D5D5D5. Windows color (decimal): -4132231 or 7992000. OLE color: 7992000.

HSL color Cylindrical-coordinate representation of color #C0F279: hue angle of 84.79º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C0F279 is Cyan = 0.21, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB 192 242 121 -
CMYK 0.21 0 0.50 0.05
HSL 84.79º 0.82% 0.71% -
HSV(B) 84.79º 0.5% 0.95% -
XYZ 56.94 76.09 29.78 -
YUV 213.26 75.94 112.84 -
System Red Green Blue C M Y K H S L
Decimal 192 242 121 0.21 0 0.50 0.05 84.79 0.82 0.71
Hex C0 F2 79 15 0 32 5 55 52 47
Octal 300 362 171 25 0 62 5 125 122 107
Binary 11000000 11110010 1111001 10101 0 110010 101 1010101 1010010 1000111

Color Harmonies of #C0F279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0F279

Black with #C0F279

Text Example


Text Example

White with #C0F279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0F279; }

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

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

background-color css

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

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

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

border-color css

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

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

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