Html Css Color HEX #35BC0F Kelly Green

📋 copy color: '#35BC0F'

red 53 ◦ green 188 ◦ blue 15

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

Shades of Kelly Green #35BC0F

Tints of Kelly Green #35BC0F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 73.44%

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

R = 20.7%
G = 73.44%
B = 5.86%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#35BC0F (or 0x35BC0F) is known color: Kelly Green. HEX triplet: 35, BC and 0F. RGB value is (53,188,15). Sum of RGB (Red+Green+Blue) = 53+188+15=256 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.70% from 256); Green value is 188 (73.83% from 255 or 73.44% from 256); Blue value is 15 (6.25% from 255 or 5.86% from 256); Max value from RGB is 188 - color contains mainly: green. Hex color #35BC0F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #35BC0F is #CA43F0. Grayscale: #808080. Windows color (decimal): -13255665 or 1031221. OLE color: 1031221.

HSL color Cylindrical-coordinate representation of color #35BC0F: hue angle of 106.82º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #35BC0F is Cyan = 0.72, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.26.

Color convert

RGB 53 188 15 -
CMYK 0.72 0 0.92 0.26
HSL 106.82º 0.85% 0.4% -
HSV(B) 106.82º 0.92% 0.74% -
XYZ 19.54 36.76 6.52 -
YUV 127.91 64.27 74.57 -
System Red Green Blue C M Y K H S L
Decimal 53 188 15 0.72 0 0.92 0.26 106.82 0.85 0.4
Hex 35 BC F 48 0 5C 1A 6B 55 28
Octal 65 274 17 110 0 134 32 153 125 50
Binary 110101 10111100 1111 1001000 0 1011100 11010 1101011 1010101 101000

Color Harmonies of #35BC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35BC0F

Black with #35BC0F

Text Example


Text Example

White with #35BC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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