Html Css Color HEX #C0FB71 Sulu

📋 copy color: '#C0FB71'

red 192 ◦ green 251 ◦ blue 113

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

Shades of Sulu #C0FB71

Tints of Sulu #C0FB71

RGB

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

 GREEN value IS 251 (98.44% from 255) = 45.14%

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

R = 34.53%
G = 45.14%
B = 20.32%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#C0FB71 (or 0xC0FB71) is known color: Sulu. HEX triplet: C0, FB and 71. RGB value is (192,251,113). Sum of RGB (Red+Green+Blue) = 192+251+113=556 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.53% from 556); Green value is 251 (98.44% from 255 or 45.14% from 556); Blue value is 113 (44.53% from 255 or 20.32% from 556); Max value from RGB is 251 - color contains mainly: green. Hex color #C0FB71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0FB71 is #3F048E. Grayscale: #DADADA. Windows color (decimal): -4129935 or 7470016. OLE color: 7470016.

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

Color convert

RGB 192 251 113 -
CMYK 0.24 0 0.55 0.02
HSL 85.65º 0.95% 0.71% -
HSV(B) 85.65º 0.55% 0.98% -
XYZ 59.22 81.39 28.21 -
YUV 217.63 68.95 109.72 -
System Red Green Blue C M Y K H S L
Decimal 192 251 113 0.24 0 0.55 0.02 85.65 0.95 0.71
Hex C0 FB 71 18 0 37 2 56 5F 47
Octal 300 373 161 30 0 67 2 126 137 107
Binary 11000000 11111011 1110001 11000 0 110111 10 1010110 1011111 1000111

Color Harmonies of #C0FB71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0FB71

Black with #C0FB71

Text Example


Text Example

White with #C0FB71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0FB71; }

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

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

background-color css

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

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

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

border-color css

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

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

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