Html Css Color HEX #35BD0B Kelly Green

📋 copy color: '#35BD0B'

red 53 ◦ green 189 ◦ blue 11

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

Shades of Kelly Green #35BD0B

Tints of Kelly Green #35BD0B

RGB

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

 GREEN value IS 189 (74.22% from 255) = 74.7%

 BLUE value IS 11 (4.69% from 255) = 4.35%

R = 20.95%
G = 74.7%
B = 4.35%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#35BD0B (or 0x35BD0B) is known color: Kelly Green. HEX triplet: 35, BD and 0B. RGB value is (53,189,11). Sum of RGB (Red+Green+Blue) = 53+189+11=253 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.95% from 253); Green value is 189 (74.22% from 255 or 74.70% from 253); Blue value is 11 (4.69% from 255 or 4.35% from 253); Max value from RGB is 189 - color contains mainly: green. Hex color #35BD0B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #35BD0B is #CA42F4. Grayscale: #808080. Windows color (decimal): -13255413 or 769333. OLE color: 769333.

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

Color convert

RGB 53 189 11 -
CMYK 0.72 0 0.94 0.26
HSL 105.84º 0.89% 0.39% -
HSV(B) 105.84º 0.94% 0.74% -
XYZ 19.73 37.18 6.45 -
YUV 128.04 61.94 74.47 -
System Red Green Blue C M Y K H S L
Decimal 53 189 11 0.72 0 0.94 0.26 105.84 0.89 0.39
Hex 35 BD B 48 0 5E 1A 6A 59 27
Octal 65 275 13 110 0 136 32 152 131 47
Binary 110101 10111101 1011 1001000 0 1011110 11010 1101010 1011001 100111

Color Harmonies of #35BD0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35BD0B

Black with #35BD0B

Text Example


Text Example

White with #35BD0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,189,11); }

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

background-color css

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

 a { background-color: rgb(53,189,11); }

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

border-color css

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

 span { border-color: rgb(53,189,11); }

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