Html Css Color HEX #52CF2F Kelly Green

📋 copy color: '#52CF2F'

red 82 ◦ green 207 ◦ blue 47

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

Shades of Kelly Green #52CF2F

Tints of Kelly Green #52CF2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.99%

R = 24.4%
G = 61.61%
B = 13.99%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#52CF2F (or 0x52CF2F) is known color: Kelly Green. HEX triplet: 52, CF and 2F. RGB value is (82,207,47). Sum of RGB (Red+Green+Blue) = 82+207+47=336 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.40% from 336); Green value is 207 (81.25% from 255 or 61.61% from 336); Blue value is 47 (18.75% from 255 or 13.99% from 336); Max value from RGB is 207 - color contains mainly: green. Hex color #52CF2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52CF2F is #AD30D0. Grayscale: #979797. Windows color (decimal): -11350225 or 3133266. OLE color: 3133266.

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

Color convert

RGB 82 207 47 -
CMYK 0.60 0 0.77 0.19
HSL 106.88º 0.63% 0.5% -
HSV(B) 106.88º 0.77% 0.81% -
XYZ 26.31 46.62 10.3 -
YUV 151.39 69.09 78.51 -
System Red Green Blue C M Y K H S L
Decimal 82 207 47 0.60 0 0.77 0.19 106.88 0.63 0.5
Hex 52 CF 2F 3C 0 4D 13 6B 3F 32
Octal 122 317 57 74 0 115 23 153 77 62
Binary 1010010 11001111 101111 111100 0 1001101 10011 1101011 111111 110010

Color Harmonies of #52CF2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CF2F

Black with #52CF2F

Text Example


Text Example

White with #52CF2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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