Html Css Color HEX #52CE19 Kelly Green

📋 copy color: '#52CE19'

red 82 ◦ green 206 ◦ blue 25

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

Shades of Kelly Green #52CE19

Tints of Kelly Green #52CE19

RGB

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

 GREEN value IS 206 (80.86% from 255) = 65.81%

 BLUE value IS 25 (10.16% from 255) = 7.99%

R = 26.2%
G = 65.81%
B = 7.99%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#52CE19 (or 0x52CE19) is known color: Kelly Green. HEX triplet: 52, CE and 19. RGB value is (82,206,25). Sum of RGB (Red+Green+Blue) = 82+206+25=313 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.20% from 313); Green value is 206 (80.86% from 255 or 65.81% from 313); Blue value is 25 (10.16% from 255 or 7.99% from 313); Max value from RGB is 206 - color contains mainly: green. Hex color #52CE19 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52CE19 is #AD31E6. Grayscale: #949494. Windows color (decimal): -11350503 or 1691218. OLE color: 1691218.

HSL color Cylindrical-coordinate representation of color #52CE19: hue angle of 101.1º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #52CE19 is Cyan = 0.60, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.19.

Color convert

RGB 82 206 25 -
CMYK 0.60 0 0.88 0.19
HSL 101.11º 0.78% 0.45% -
HSV(B) 101.11º 0.88% 0.81% -
XYZ 25.73 46.01 8.44 -
YUV 148.29 58.42 80.72 -
System Red Green Blue C M Y K H S L
Decimal 82 206 25 0.60 0 0.88 0.19 101.11 0.78 0.45
Hex 52 CE 19 3C 0 58 13 65 4E 2D
Octal 122 316 31 74 0 130 23 145 116 55
Binary 1010010 11001110 11001 111100 0 1011000 10011 1100101 1001110 101101

Color Harmonies of #52CE19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CE19

Black with #52CE19

Text Example


Text Example

White with #52CE19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,206,25); }

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

background-color css

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

 a { background-color: rgb(82,206,25); }

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

border-color css

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

 span { border-color: rgb(82,206,25); }

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