Html Css Color HEX #C0F972 Sulu

📋 copy color: '#C0F972'

red 192 ◦ green 249 ◦ blue 114

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

Shades of Sulu #C0F972

Tints of Sulu #C0F972

RGB

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

 GREEN value IS 249 (97.66% from 255) = 44.86%

 BLUE value IS 114 (44.92% from 255) = 20.54%

R = 34.59%
G = 44.86%
B = 20.54%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#C0F972 (or 0xC0F972) is known color: Sulu. HEX triplet: C0, F9 and 72. RGB value is (192,249,114). Sum of RGB (Red+Green+Blue) = 192+249+114=555 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.59% from 555); Green value is 249 (97.66% from 255 or 44.86% from 555); Blue value is 114 (44.92% from 255 or 20.54% from 555); Max value from RGB is 249 - color contains mainly: green. Hex color #C0F972 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F972 is #3F068D. Grayscale: #D9D9D9. Windows color (decimal): -4130446 or 7535040. OLE color: 7535040.

HSL color Cylindrical-coordinate representation of color #C0F972: hue angle of 85.33º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C0F972 is Cyan = 0.23, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 249 114 -
CMYK 0.23 0 0.54 0.02
HSL 85.33º 0.92% 0.71% -
HSV(B) 85.33º 0.54% 0.98% -
XYZ 58.65 80.17 28.3 -
YUV 216.57 70.12 110.48 -
System Red Green Blue C M Y K H S L
Decimal 192 249 114 0.23 0 0.54 0.02 85.33 0.92 0.71
Hex C0 F9 72 17 0 36 2 55 5C 47
Octal 300 371 162 27 0 66 2 125 134 107
Binary 11000000 11111001 1110010 10111 0 110110 10 1010101 1011100 1000111

Color Harmonies of #C0F972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0F972

Black with #C0F972

Text Example


Text Example

White with #C0F972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0F972; }

 p { color: rgb(192,249,114); }

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

background-color css

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

 a { background-color: rgb(192,249,114); }

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

border-color css

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

 span { border-color: rgb(192,249,114); }

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