Html Css Color HEX #52CF10 Kelly Green

📋 copy color: '#52CF10'

red 82 ◦ green 207 ◦ blue 16

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

Shades of Kelly Green #52CF10

Tints of Kelly Green #52CF10

RGB

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

 GREEN value IS 207 (81.25% from 255) = 67.87%

 BLUE value IS 16 (6.64% from 255) = 5.25%

R = 26.89%
G = 67.87%
B = 5.25%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#52CF10 (or 0x52CF10) is known color: Kelly Green. HEX triplet: 52, CF and 10. RGB value is (82,207,16). Sum of RGB (Red+Green+Blue) = 82+207+16=305 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.89% from 305); Green value is 207 (81.25% from 255 or 67.87% from 305); Blue value is 16 (6.64% from 255 or 5.25% from 305); Max value from RGB is 207 - color contains mainly: green. Hex color #52CF10 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52CF10 is #AD30EF. Grayscale: #949494. Windows color (decimal): -11350256 or 1101650. OLE color: 1101650.

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

Color convert

RGB 82 207 16 -
CMYK 0.60 0 0.92 0.19
HSL 99.27º 0.86% 0.44% -
HSV(B) 99.27º 0.92% 0.81% -
XYZ 25.89 46.46 8.09 -
YUV 147.85 53.59 81.03 -
System Red Green Blue C M Y K H S L
Decimal 82 207 16 0.60 0 0.92 0.19 99.27 0.86 0.44
Hex 52 CF 10 3C 0 5C 13 63 56 2C
Octal 122 317 20 74 0 134 23 143 126 54
Binary 1010010 11001111 10000 111100 0 1011100 10011 1100011 1010110 101100

Color Harmonies of #52CF10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CF10

Black with #52CF10

Text Example


Text Example

White with #52CF10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,207,16); }

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

background-color css

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

 a { background-color: rgb(82,207,16); }

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

border-color css

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

 span { border-color: rgb(82,207,16); }

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