Html Css Color HEX #35A814 Kelly Green

📋 copy color: '#35A814'

red 53 ◦ green 168 ◦ blue 20

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

Shades of Kelly Green #35A814

Tints of Kelly Green #35A814

RGB

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

 GREEN value IS 168 (66.02% from 255) = 69.71%

 BLUE value IS 20 (8.2% from 255) = 8.3%

R = 21.99%
G = 69.71%
B = 8.3%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.88

 K value IS 0.34

RGB Variations

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

Color information

#35A814 (or 0x35A814) is known color: Kelly Green. HEX triplet: 35, A8 and 14. RGB value is (53,168,20). Sum of RGB (Red+Green+Blue) = 53+168+20=241 (31% of max value = 765). Red value is 53 (21.09% from 255 or 21.99% from 241); Green value is 168 (66.02% from 255 or 69.71% from 241); Blue value is 20 (8.20% from 255 or 8.30% from 241); Max value from RGB is 168 - color contains mainly: green. Hex color #35A814 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #35A814 is #CA57EB. Grayscale: #757575. Windows color (decimal): -13260780 or 1353781. OLE color: 1353781.

HSL color Cylindrical-coordinate representation of color #35A814: hue angle of 106.62º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #35A814 is Cyan = 0.68, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.34.

Color convert

RGB 53 168 20 -
CMYK 0.68 0 0.88 0.34
HSL 106.62º 0.79% 0.37% -
HSV(B) 106.62º 0.88% 0.66% -
XYZ 15.6 28.81 5.4 -
YUV 116.74 73.4 82.53 -
System Red Green Blue C M Y K H S L
Decimal 53 168 20 0.68 0 0.88 0.34 106.62 0.79 0.37
Hex 35 A8 14 44 0 58 22 6B 4F 25
Octal 65 250 24 104 0 130 42 153 117 45
Binary 110101 10101000 10100 1000100 0 1011000 100010 1101011 1001111 100101

Color Harmonies of #35A814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35A814

Black with #35A814

Text Example


Text Example

White with #35A814

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,168,20); }

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

background-color css

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

 a { background-color: rgb(53,168,20); }

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

border-color css

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

 span { border-color: rgb(53,168,20); }

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