Html Css Color HEX #C0FA70 Sulu

📋 copy color: '#C0FA70'

red 192 ◦ green 250 ◦ blue 112

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

Shades of Sulu #C0FA70

Tints of Sulu #C0FA70

RGB

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

 GREEN value IS 250 (98.05% from 255) = 45.13%

 BLUE value IS 112 (44.14% from 255) = 20.22%

R = 34.66%
G = 45.13%
B = 20.22%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#C0FA70 (or 0xC0FA70) is known color: Sulu. HEX triplet: C0, FA and 70. RGB value is (192,250,112). Sum of RGB (Red+Green+Blue) = 192+250+112=554 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.66% from 554); Green value is 250 (98.05% from 255 or 45.13% from 554); Blue value is 112 (44.14% from 255 or 20.22% from 554); Max value from RGB is 250 - color contains mainly: green. Hex color #C0FA70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0FA70 is #3F058F. Grayscale: #D9D9D9. Windows color (decimal): -4130192 or 7404224. OLE color: 7404224.

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

Color convert

RGB 192 250 112 -
CMYK 0.23 0 0.55 0.02
HSL 85.22º 0.93% 0.71% -
HSV(B) 85.22º 0.55% 0.98% -
XYZ 58.85 80.75 27.81 -
YUV 216.93 68.78 110.22 -
System Red Green Blue C M Y K H S L
Decimal 192 250 112 0.23 0 0.55 0.02 85.22 0.93 0.71
Hex C0 FA 70 17 0 37 2 55 5D 47
Octal 300 372 160 27 0 67 2 125 135 107
Binary 11000000 11111010 1110000 10111 0 110111 10 1010101 1011101 1000111

Color Harmonies of #C0FA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0FA70

Black with #C0FA70

Text Example


Text Example

White with #C0FA70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0FA70; }

 p { color: rgb(192,250,112); }

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

background-color css

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

 a { background-color: rgb(192,250,112); }

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

border-color css

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

 span { border-color: rgb(192,250,112); }

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