Html Css Color HEX #52CB1D Kelly Green

📋 copy color: '#52CB1D'

red 82 ◦ green 203 ◦ blue 29

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

Shades of Kelly Green #52CB1D

Tints of Kelly Green #52CB1D

RGB

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

 GREEN value IS 203 (79.69% from 255) = 64.65%

 BLUE value IS 29 (11.72% from 255) = 9.24%

R = 26.11%
G = 64.65%
B = 9.24%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#52CB1D (or 0x52CB1D) is known color: Kelly Green. HEX triplet: 52, CB and 1D. RGB value is (82,203,29). Sum of RGB (Red+Green+Blue) = 82+203+29=314 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.11% from 314); Green value is 203 (79.69% from 255 or 64.65% from 314); Blue value is 29 (11.72% from 255 or 9.24% from 314); Max value from RGB is 203 - color contains mainly: green. Hex color #52CB1D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52CB1D is #AD34E2. Grayscale: #939393. Windows color (decimal): -11351267 or 1952594. OLE color: 1952594.

HSL color Cylindrical-coordinate representation of color #52CB1D: hue angle of 101.72º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #52CB1D is Cyan = 0.60, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB 82 203 29 -
CMYK 0.60 0 0.86 0.20
HSL 101.72º 0.75% 0.45% -
HSV(B) 101.72º 0.86% 0.8% -
XYZ 25.06 44.59 8.45 -
YUV 146.99 61.41 81.65 -
System Red Green Blue C M Y K H S L
Decimal 82 203 29 0.60 0 0.86 0.20 101.72 0.75 0.45
Hex 52 CB 1D 3C 0 56 14 66 4B 2D
Octal 122 313 35 74 0 126 24 146 113 55
Binary 1010010 11001011 11101 111100 0 1010110 10100 1100110 1001011 101101

Color Harmonies of #52CB1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CB1D

Black with #52CB1D

Text Example


Text Example

White with #52CB1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,203,29); }

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

background-color css

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

 a { background-color: rgb(82,203,29); }

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

border-color css

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

 span { border-color: rgb(82,203,29); }

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