Html Css Color HEX #C0F820 Green Yellow

📋 copy color: '#C0F820'

red 192 ◦ green 248 ◦ blue 32

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

Shades of Green Yellow #C0F820

Tints of Green Yellow #C0F820

RGB

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

 GREEN value IS 248 (97.27% from 255) = 52.54%

 BLUE value IS 32 (12.89% from 255) = 6.78%

R = 40.68%
G = 52.54%
B = 6.78%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.87

 K value IS 0.03

RGB Variations

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

Color information

#C0F820 (or 0xC0F820) is known color: Green Yellow. HEX triplet: C0, F8 and 20. RGB value is (192,248,32). Sum of RGB (Red+Green+Blue) = 192+248+32=472 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.68% from 472); Green value is 248 (97.27% from 255 or 52.54% from 472); Blue value is 32 (12.89% from 255 or 6.78% from 472); Max value from RGB is 248 - color contains mainly: green. Hex color #C0F820 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0F820 is #3F07DF. Grayscale: #CFCFCF. Windows color (decimal): -4130784 or 2160832. OLE color: 2160832.

HSL color Cylindrical-coordinate representation of color #C0F820: hue angle of 75.56º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C0F820 is Cyan = 0.23, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.03.

Color convert

RGB 192 248 32 -
CMYK 0.23 0 0.87 0.03
HSL 75.56º 0.94% 0.55% -
HSV(B) 75.56º 0.87% 0.97% -
XYZ 55.57 78.45 13.58 -
YUV 206.63 29.45 117.56 -
System Red Green Blue C M Y K H S L
Decimal 192 248 32 0.23 0 0.87 0.03 75.56 0.94 0.55
Hex C0 F8 20 17 0 57 3 4C 5E 37
Octal 300 370 40 27 0 127 3 114 136 67
Binary 11000000 11111000 100000 10111 0 1010111 11 1001100 1011110 110111

Color Harmonies of #C0F820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0F820

Black with #C0F820

Text Example


Text Example

White with #C0F820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0F820; }

 p { color: rgb(192,248,32); }

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

background-color css

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

 a { background-color: rgb(192,248,32); }

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

border-color css

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

 span { border-color: rgb(192,248,32); }

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