Html Css Color HEX #C0FB1F Green Yellow

📋 copy color: '#C0FB1F'

red 192 ◦ green 251 ◦ blue 31

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

Shades of Green Yellow #C0FB1F

Tints of Green Yellow #C0FB1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 6.54%

R = 40.51%
G = 52.95%
B = 6.54%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#C0FB1F (or 0xC0FB1F) is known color: Green Yellow. HEX triplet: C0, FB and 1F. RGB value is (192,251,31). Sum of RGB (Red+Green+Blue) = 192+251+31=474 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.51% from 474); Green value is 251 (98.44% from 255 or 52.95% from 474); Blue value is 31 (12.5% from 255 or 6.54% from 474); Max value from RGB is 251 - color contains mainly: green. Hex color #C0FB1F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0FB1F is #3F04E0. Grayscale: #D1D1D1. Windows color (decimal): -4130017 or 2096064. OLE color: 2096064.

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

Color convert

RGB 192 251 31 -
CMYK 0.24 0 0.88 0.02
HSL 76.09º 0.96% 0.55% -
HSV(B) 76.09º 0.88% 0.98% -
XYZ 56.48 80.3 13.82 -
YUV 208.28 27.95 116.39 -
System Red Green Blue C M Y K H S L
Decimal 192 251 31 0.24 0 0.88 0.02 76.09 0.96 0.55
Hex C0 FB 1F 18 0 58 2 4C 60 37
Octal 300 373 37 30 0 130 2 114 140 67
Binary 11000000 11111011 11111 11000 0 1011000 10 1001100 1100000 110111

Color Harmonies of #C0FB1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0FB1F

Black with #C0FB1F

Text Example


Text Example

White with #C0FB1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0FB1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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