Html Css Color HEX #35BA1F Kelly Green

📋 copy color: '#35BA1F'

red 53 ◦ green 186 ◦ blue 31

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

Shades of Kelly Green #35BA1F

Tints of Kelly Green #35BA1F

RGB

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

 GREEN value IS 186 (73.05% from 255) = 68.89%

 BLUE value IS 31 (12.5% from 255) = 11.48%

R = 19.63%
G = 68.89%
B = 11.48%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#35BA1F (or 0x35BA1F) is known color: Kelly Green. HEX triplet: 35, BA and 1F. RGB value is (53,186,31). Sum of RGB (Red+Green+Blue) = 53+186+31=270 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.63% from 270); Green value is 186 (73.05% from 255 or 68.89% from 270); Blue value is 31 (12.5% from 255 or 11.48% from 270); Max value from RGB is 186 - color contains mainly: green. Hex color #35BA1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35BA1F is #CA45E0. Grayscale: #818181. Windows color (decimal): -13256161 or 2079285. OLE color: 2079285.

HSL color Cylindrical-coordinate representation of color #35BA1F: hue angle of 111.48º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #35BA1F is Cyan = 0.72, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB 53 186 31 -
CMYK 0.72 0 0.83 0.27
HSL 111.48º 0.71% 0.43% -
HSV(B) 111.48º 0.83% 0.73% -
XYZ 19.27 35.97 7.22 -
YUV 128.56 72.94 74.1 -
System Red Green Blue C M Y K H S L
Decimal 53 186 31 0.72 0 0.83 0.27 111.48 0.71 0.43
Hex 35 BA 1F 48 0 53 1B 6F 47 2B
Octal 65 272 37 110 0 123 33 157 107 53
Binary 110101 10111010 11111 1001000 0 1010011 11011 1101111 1000111 101011

Color Harmonies of #35BA1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35BA1F

Black with #35BA1F

Text Example


Text Example

White with #35BA1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,186,31); }

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

background-color css

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

 a { background-color: rgb(53,186,31); }

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

border-color css

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

 span { border-color: rgb(53,186,31); }

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