Html Css Color HEX #52CB06 Kelly Green

📋 copy color: '#52CB06'

red 82 ◦ green 203 ◦ blue 6

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

Shades of Kelly Green #52CB06

Tints of Kelly Green #52CB06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.06%

R = 28.18%
G = 69.76%
B = 2.06%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.97

 K value IS 0.20

RGB Variations

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

Color information

#52CB06 (or 0x52CB06) is known color: Kelly Green. HEX triplet: 52, CB and 06. RGB value is (82,203,6). Sum of RGB (Red+Green+Blue) = 82+203+6=291 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.18% from 291); Green value is 203 (79.69% from 255 or 69.76% from 291); Blue value is 6 (2.73% from 255 or 2.06% from 291); Max value from RGB is 203 - color contains mainly: green. Hex color #52CB06 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52CB06 is #AD34F9. Grayscale: #919191. Windows color (decimal): -11351290 or 445266. OLE color: 445266.

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

Color convert

RGB 82 203 6 -
CMYK 0.60 0 0.97 0.20
HSL 96.85º 0.94% 0.41% -
HSV(B) 96.85º 0.97% 0.8% -
XYZ 24.87 44.52 7.45 -
YUV 144.36 49.91 83.52 -
System Red Green Blue C M Y K H S L
Decimal 82 203 6 0.60 0 0.97 0.20 96.85 0.94 0.41
Hex 52 CB 6 3C 0 61 14 61 5E 29
Octal 122 313 6 74 0 141 24 141 136 51
Binary 1010010 11001011 110 111100 0 1100001 10100 1100001 1011110 101001

Color Harmonies of #52CB06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CB06

Black with #52CB06

Text Example


Text Example

White with #52CB06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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