Html Css Color HEX #42BE0A Kelly Green

📋 copy color: '#42BE0A'

red 66 ◦ green 190 ◦ blue 10

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

Shades of Kelly Green #42BE0A

Tints of Kelly Green #42BE0A

RGB

 RED value IS 66 (26.17% from 255) = 24.81%

 GREEN value IS 190 (74.61% from 255) = 71.43%

 BLUE value IS 10 (4.3% from 255) = 3.76%

R = 24.81%
G = 71.43%
B = 3.76%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#42BE0A (or 0x42BE0A) is known color: Kelly Green. HEX triplet: 42, BE and 0A. RGB value is (66,190,10). Sum of RGB (Red+Green+Blue) = 66+190+10=266 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.81% from 266); Green value is 190 (74.61% from 255 or 71.43% from 266); Blue value is 10 (4.30% from 255 or 3.76% from 266); Max value from RGB is 190 - color contains mainly: green. Hex color #42BE0A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42BE0A is #BD41F5. Grayscale: #858585. Windows color (decimal): -12403190 or 704066. OLE color: 704066.

HSL color Cylindrical-coordinate representation of color #42BE0A: hue angle of 101.33º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #42BE0A is Cyan = 0.65, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB 66 190 10 -
CMYK 0.65 0 0.95 0.25
HSL 101.33º 0.9% 0.39% -
HSV(B) 101.33º 0.95% 0.75% -
XYZ 20.72 38.01 6.53 -
YUV 132.4 58.92 80.64 -
System Red Green Blue C M Y K H S L
Decimal 66 190 10 0.65 0 0.95 0.25 101.33 0.9 0.39
Hex 42 BE A 41 0 5F 19 65 5A 27
Octal 102 276 12 101 0 137 31 145 132 47
Binary 1000010 10111110 1010 1000001 0 1011111 11001 1100101 1011010 100111

Color Harmonies of #42BE0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BE0A

Black with #42BE0A

Text Example


Text Example

White with #42BE0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42BE0A; }

 p { color: rgb(66,190,10); }

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

background-color css

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

 a { background-color: rgb(66,190,10); }

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

border-color css

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

 span { border-color: rgb(66,190,10); }

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