Html Css Color HEX #52BD07 Kelly Green

📋 copy color: '#52BD07'

red 82 ◦ green 189 ◦ blue 7

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

Shades of Kelly Green #52BD07

Tints of Kelly Green #52BD07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.52%

R = 29.5%
G = 67.99%
B = 2.52%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#52BD07 (or 0x52BD07) is known color: Kelly Green. HEX triplet: 52, BD and 07. RGB value is (82,189,7). Sum of RGB (Red+Green+Blue) = 82+189+7=278 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.50% from 278); Green value is 189 (74.22% from 255 or 67.99% from 278); Blue value is 7 (3.12% from 255 or 2.52% from 278); Max value from RGB is 189 - color contains mainly: green. Hex color #52BD07 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52BD07 is #AD42F8. Grayscale: #888888. Windows color (decimal): -11354873 or 507218. OLE color: 507218.

HSL color Cylindrical-coordinate representation of color #52BD07: hue angle of 95.27º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #52BD07 is Cyan = 0.57, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.26.

Color convert

RGB 82 189 7 -
CMYK 0.57 0 0.96 0.26
HSL 95.27º 0.93% 0.38% -
HSV(B) 95.27º 0.96% 0.74% -
XYZ 21.72 38.2 6.43 -
YUV 136.26 55.05 89.3 -
System Red Green Blue C M Y K H S L
Decimal 82 189 7 0.57 0 0.96 0.26 95.27 0.93 0.38
Hex 52 BD 7 39 0 60 1A 5F 5D 26
Octal 122 275 7 71 0 140 32 137 135 46
Binary 1010010 10111101 111 111001 0 1100000 11010 1011111 1011101 100110

Color Harmonies of #52BD07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BD07

Black with #52BD07

Text Example


Text Example

White with #52BD07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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