Html Css Color HEX #C0FA42 Green Yellow

📋 copy color: '#C0FA42'

red 192 ◦ green 250 ◦ blue 66

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

Shades of Green Yellow #C0FA42

Tints of Green Yellow #C0FA42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 12.99%

R = 37.8%
G = 49.21%
B = 12.99%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#C0FA42 (or 0xC0FA42) is known color: Green Yellow. HEX triplet: C0, FA and 42. RGB value is (192,250,66). Sum of RGB (Red+Green+Blue) = 192+250+66=508 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.80% from 508); Green value is 250 (98.05% from 255 or 49.21% from 508); Blue value is 66 (26.17% from 255 or 12.99% from 508); Max value from RGB is 250 - color contains mainly: green. Hex color #C0FA42 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0FA42 is #3F05BD. Grayscale: #D4D4D4. Windows color (decimal): -4130238 or 4389568. OLE color: 4389568.

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

Color convert

RGB 192 250 66 -
CMYK 0.23 0 0.74 0.02
HSL 78.91º 0.95% 0.62% -
HSV(B) 78.91º 0.74% 0.98% -
XYZ 56.91 79.97 17.59 -
YUV 211.68 45.78 113.96 -
System Red Green Blue C M Y K H S L
Decimal 192 250 66 0.23 0 0.74 0.02 78.91 0.95 0.62
Hex C0 FA 42 17 0 4A 2 4F 5F 3E
Octal 300 372 102 27 0 112 2 117 137 76
Binary 11000000 11111010 1000010 10111 0 1001010 10 1001111 1011111 111110

Color Harmonies of #C0FA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0FA42

Black with #C0FA42

Text Example


Text Example

White with #C0FA42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0FA42; }

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

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

background-color css

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

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

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

border-color css

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

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

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