Html Css Color HEX #52BD1F Kelly Green

📋 copy color: '#52BD1F'

red 82 ◦ green 189 ◦ blue 31

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

Shades of Kelly Green #52BD1F

Tints of Kelly Green #52BD1F

RGB

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

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

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

R = 27.15%
G = 62.58%
B = 10.26%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#52BD1F (or 0x52BD1F) is known color: Kelly Green. HEX triplet: 52, BD and 1F. RGB value is (82,189,31). Sum of RGB (Red+Green+Blue) = 82+189+31=302 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.15% from 302); Green value is 189 (74.22% from 255 or 62.58% from 302); Blue value is 31 (12.5% from 255 or 10.26% from 302); Max value from RGB is 189 - color contains mainly: green. Hex color #52BD1F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52BD1F is #AD42E0. Grayscale: #8B8B8B. Windows color (decimal): -11354849 or 2080082. OLE color: 2080082.

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

Color convert

RGB 82 189 31 -
CMYK 0.57 0 0.84 0.26
HSL 100.63º 0.72% 0.43% -
HSV(B) 100.63º 0.84% 0.74% -
XYZ 21.92 38.29 7.53 -
YUV 139 67.05 87.35 -
System Red Green Blue C M Y K H S L
Decimal 82 189 31 0.57 0 0.84 0.26 100.63 0.72 0.43
Hex 52 BD 1F 39 0 54 1A 65 48 2B
Octal 122 275 37 71 0 124 32 145 110 53
Binary 1010010 10111101 11111 111001 0 1010100 11010 1100101 1001000 101011

Color Harmonies of #52BD1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BD1F

Black with #52BD1F

Text Example


Text Example

White with #52BD1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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