Html Css Color HEX #35AF1C Kelly Green

📋 copy color: '#35AF1C'

red 53 ◦ green 175 ◦ blue 28

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

Shades of Kelly Green #35AF1C

Tints of Kelly Green #35AF1C

RGB

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

 GREEN value IS 175 (68.75% from 255) = 68.36%

 BLUE value IS 28 (11.33% from 255) = 10.94%

R = 20.7%
G = 68.36%
B = 10.94%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#35AF1C (or 0x35AF1C) is known color: Kelly Green. HEX triplet: 35, AF and 1C. RGB value is (53,175,28). Sum of RGB (Red+Green+Blue) = 53+175+28=256 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.70% from 256); Green value is 175 (68.75% from 255 or 68.36% from 256); Blue value is 28 (11.33% from 255 or 10.94% from 256); Max value from RGB is 175 - color contains mainly: green. Hex color #35AF1C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35AF1C is #CA50E3. Grayscale: #7A7A7A. Windows color (decimal): -13258980 or 1879861. OLE color: 1879861.

HSL color Cylindrical-coordinate representation of color #35AF1C: hue angle of 109.8º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #35AF1C is Cyan = 0.70, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB 53 175 28 -
CMYK 0.70 0 0.84 0.31
HSL 109.8º 0.72% 0.4% -
HSV(B) 109.8º 0.84% 0.69% -
XYZ 17.01 31.5 6.28 -
YUV 121.76 75.08 78.95 -
System Red Green Blue C M Y K H S L
Decimal 53 175 28 0.70 0 0.84 0.31 109.8 0.72 0.4
Hex 35 AF 1C 46 0 54 1F 6E 48 28
Octal 65 257 34 106 0 124 37 156 110 50
Binary 110101 10101111 11100 1000110 0 1010100 11111 1101110 1001000 101000

Color Harmonies of #35AF1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35AF1C

Black with #35AF1C

Text Example


Text Example

White with #35AF1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,175,28); }

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

background-color css

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

 a { background-color: rgb(53,175,28); }

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

border-color css

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

 span { border-color: rgb(53,175,28); }

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