Html Css Color HEX #C0FA71 Sulu

📋 copy color: '#C0FA71'

red 192 ◦ green 250 ◦ blue 113

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

Shades of Sulu #C0FA71

Tints of Sulu #C0FA71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 20.36%

R = 34.59%
G = 45.05%
B = 20.36%

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

#C0FA71 (or 0xC0FA71) is known color: Sulu. HEX triplet: C0, FA and 71. RGB value is (192,250,113). Sum of RGB (Red+Green+Blue) = 192+250+113=555 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.59% from 555); Green value is 250 (98.05% from 255 or 45.05% from 555); Blue value is 113 (44.53% from 255 or 20.36% from 555); Max value from RGB is 250 - color contains mainly: green. Hex color #C0FA71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0FA71 is #3F058E. Grayscale: #D9D9D9. Windows color (decimal): -4130191 or 7469760. OLE color: 7469760.

HSL color Cylindrical-coordinate representation of color #C0FA71: hue angle of 85.4º 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 #C0FA71 is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 250 113 -
CMYK 0.23 0 0.55 0.02
HSL 85.4º 0.93% 0.71% -
HSV(B) 85.4º 0.55% 0.98% -
XYZ 58.9 80.77 28.11 -
YUV 217.04 69.28 110.14 -
System Red Green Blue C M Y K H S L
Decimal 192 250 113 0.23 0 0.55 0.02 85.4 0.93 0.71
Hex C0 FA 71 17 0 37 2 55 5D 47
Octal 300 372 161 27 0 67 2 125 135 107
Binary 11000000 11111010 1110001 10111 0 110111 10 1010101 1011101 1000111

Color Harmonies of #C0FA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0FA71

Black with #C0FA71

Text Example


Text Example

White with #C0FA71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0FA71; }

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

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

background-color css

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

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

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

border-color css

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

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

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