Html Css Color HEX #52BD1A Kelly Green

📋 copy color: '#52BD1A'

red 82 ◦ green 189 ◦ blue 26

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

Shades of Kelly Green #52BD1A

Tints of Kelly Green #52BD1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.75%

R = 27.61%
G = 63.64%
B = 8.75%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#52BD1A (or 0x52BD1A) is known color: Kelly Green. HEX triplet: 52, BD and 1A. RGB value is (82,189,26). Sum of RGB (Red+Green+Blue) = 82+189+26=297 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.61% from 297); Green value is 189 (74.22% from 255 or 63.64% from 297); Blue value is 26 (10.55% from 255 or 8.75% from 297); Max value from RGB is 189 - color contains mainly: green. Hex color #52BD1A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52BD1A is #AD42E5. Grayscale: #8A8A8A. Windows color (decimal): -11354854 or 1752402. OLE color: 1752402.

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

Color convert

RGB 82 189 26 -
CMYK 0.57 0 0.86 0.26
HSL 99.39º 0.76% 0.42% -
HSV(B) 99.39º 0.86% 0.74% -
XYZ 21.86 38.26 7.21 -
YUV 138.43 64.55 87.75 -
System Red Green Blue C M Y K H S L
Decimal 82 189 26 0.57 0 0.86 0.26 99.39 0.76 0.42
Hex 52 BD 1A 39 0 56 1A 63 4C 2A
Octal 122 275 32 71 0 126 32 143 114 52
Binary 1010010 10111101 11010 111001 0 1010110 11010 1100011 1001100 101010

Color Harmonies of #52BD1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BD1A

Black with #52BD1A

Text Example


Text Example

White with #52BD1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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