Html Css Color HEX #52BD0F Kelly Green

📋 copy color: '#52BD0F'

red 82 ◦ green 189 ◦ blue 15

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

Shades of Kelly Green #52BD0F

Tints of Kelly Green #52BD0F

RGB

 RED value IS 82 (32.42% from 255) = 28.67%

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

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

R = 28.67%
G = 66.08%
B = 5.24%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#52BD0F (or 0x52BD0F) is known color: Kelly Green. HEX triplet: 52, BD and 0F. RGB value is (82,189,15). Sum of RGB (Red+Green+Blue) = 82+189+15=286 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.67% from 286); Green value is 189 (74.22% from 255 or 66.08% from 286); Blue value is 15 (6.25% from 255 or 5.24% from 286); Max value from RGB is 189 - color contains mainly: green. Hex color #52BD0F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52BD0F is #AD42F0. Grayscale: #898989. Windows color (decimal): -11354865 or 1031506. OLE color: 1031506.

HSL color Cylindrical-coordinate representation of color #52BD0F: hue angle of 96.9º 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 #52BD0F is Cyan = 0.57, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.26.

Color convert

RGB 82 189 15 -
CMYK 0.57 0 0.92 0.26
HSL 96.9º 0.85% 0.4% -
HSV(B) 96.9º 0.92% 0.74% -
XYZ 21.76 38.22 6.68 -
YUV 137.17 59.05 88.65 -
System Red Green Blue C M Y K H S L
Decimal 82 189 15 0.57 0 0.92 0.26 96.9 0.85 0.4
Hex 52 BD F 39 0 5C 1A 61 55 28
Octal 122 275 17 71 0 134 32 141 125 50
Binary 1010010 10111101 1111 111001 0 1011100 11010 1100001 1010101 101000

Color Harmonies of #52BD0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BD0F

Black with #52BD0F

Text Example


Text Example

White with #52BD0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52BD0F; }

 p { color: rgb(82,189,15); }

 H1.HeaderClassName
 {
   color: #52BD0F;
 }
 .AnyTagClassName
 {
   color: #52BD0F;
 }
</style>

background-color css

<style>
 a { background-color: #52BD0F; }

 a { background-color: rgb(82,189,15); }

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

border-color css

<style>
 span { border-color: #52BD0F; }

 span { border-color: rgb(82,189,15); }

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