Html Css Color HEX #35D40F Kelly Green

📋 copy color: '#35D40F'

red 53 ◦ green 212 ◦ blue 15

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

Shades of Kelly Green #35D40F

Tints of Kelly Green #35D40F

RGB

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

 GREEN value IS 212 (83.2% from 255) = 75.71%

 BLUE value IS 15 (6.25% from 255) = 5.36%

R = 18.93%
G = 75.71%
B = 5.36%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.93

 K value IS 0.17

RGB Variations

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

Color information

#35D40F (or 0x35D40F) is known color: Kelly Green. HEX triplet: 35, D4 and 0F. RGB value is (53,212,15). Sum of RGB (Red+Green+Blue) = 53+212+15=280 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.93% from 280); Green value is 212 (83.20% from 255 or 75.71% from 280); Blue value is 15 (6.25% from 255 or 5.36% from 280); Max value from RGB is 212 - color contains mainly: green. Hex color #35D40F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #35D40F is #CA2BF0. Grayscale: #8E8E8E. Windows color (decimal): -13249521 or 1037365. OLE color: 1037365.

HSL color Cylindrical-coordinate representation of color #35D40F: hue angle of 108.43º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #35D40F is Cyan = 0.75, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.17.

Color convert

RGB 53 212 15 -
CMYK 0.75 0 0.93 0.17
HSL 108.43º 0.87% 0.45% -
HSV(B) 108.43º 0.93% 0.83% -
XYZ 25.1 47.88 8.37 -
YUV 142 56.32 64.52 -
System Red Green Blue C M Y K H S L
Decimal 53 212 15 0.75 0 0.93 0.17 108.43 0.87 0.45
Hex 35 D4 F 4B 0 5D 11 6C 57 2D
Octal 65 324 17 113 0 135 21 154 127 55
Binary 110101 11010100 1111 1001011 0 1011101 10001 1101100 1010111 101101

Color Harmonies of #35D40F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35D40F

Black with #35D40F

Text Example


Text Example

White with #35D40F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,212,15); }

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

background-color css

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

 a { background-color: rgb(53,212,15); }

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

border-color css

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

 span { border-color: rgb(53,212,15); }

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