Html Css Color HEX #35CA06 Kelly Green

📋 copy color: '#35CA06'

red 53 ◦ green 202 ◦ blue 6

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

Shades of Kelly Green #35CA06

Tints of Kelly Green #35CA06

RGB

 RED value IS 53 (21.09% from 255) = 20.31%

 GREEN value IS 202 (79.3% from 255) = 77.39%

 BLUE value IS 6 (2.73% from 255) = 2.3%

R = 20.31%
G = 77.39%
B = 2.3%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.97

 K value IS 0.21

RGB Variations

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

Color information

#35CA06 (or 0x35CA06) is known color: Kelly Green. HEX triplet: 35, CA and 06. RGB value is (53,202,6). Sum of RGB (Red+Green+Blue) = 53+202+6=261 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.31% from 261); Green value is 202 (79.30% from 255 or 77.39% from 261); Blue value is 6 (2.73% from 255 or 2.30% from 261); Max value from RGB is 202 - color contains mainly: green. Hex color #35CA06 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #35CA06 is #CA35F9. Grayscale: #878787. Windows color (decimal): -13252090 or 444981. OLE color: 444981.

HSL color Cylindrical-coordinate representation of color #35CA06: hue angle of 105.61º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #35CA06 is Cyan = 0.74, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.21.

Color convert

RGB 53 202 6 -
CMYK 0.74 0 0.97 0.21
HSL 105.61º 0.94% 0.41% -
HSV(B) 105.61º 0.97% 0.79% -
XYZ 22.62 43.01 7.28 -
YUV 135.11 55.14 69.44 -
System Red Green Blue C M Y K H S L
Decimal 53 202 6 0.74 0 0.97 0.21 105.61 0.94 0.41
Hex 35 CA 6 4A 0 61 15 6A 5E 29
Octal 65 312 6 112 0 141 25 152 136 51
Binary 110101 11001010 110 1001010 0 1100001 10101 1101010 1011110 101001

Color Harmonies of #35CA06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35CA06

Black with #35CA06

Text Example


Text Example

White with #35CA06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35CA06; }

 p { color: rgb(53,202,6); }

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

background-color css

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

 a { background-color: rgb(53,202,6); }

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

border-color css

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

 span { border-color: rgb(53,202,6); }

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