Html Css Color HEX #52CB1B Kelly Green

📋 copy color: '#52CB1B'

red 82 ◦ green 203 ◦ blue 27

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

Shades of Kelly Green #52CB1B

Tints of Kelly Green #52CB1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.65%

R = 26.28%
G = 65.06%
B = 8.65%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.87

 K value IS 0.20

RGB Variations

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

Color information

#52CB1B (or 0x52CB1B) is known color: Kelly Green. HEX triplet: 52, CB and 1B. RGB value is (82,203,27). Sum of RGB (Red+Green+Blue) = 82+203+27=312 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.28% from 312); Green value is 203 (79.69% from 255 or 65.06% from 312); Blue value is 27 (10.94% from 255 or 8.65% from 312); Max value from RGB is 203 - color contains mainly: green. Hex color #52CB1B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52CB1B is #AD34E4. Grayscale: #939393. Windows color (decimal): -11351269 or 1821522. OLE color: 1821522.

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

Color convert

RGB 82 203 27 -
CMYK 0.60 0 0.87 0.20
HSL 101.25º 0.77% 0.45% -
HSV(B) 101.25º 0.87% 0.8% -
XYZ 25.03 44.58 8.32 -
YUV 146.76 60.41 81.81 -
System Red Green Blue C M Y K H S L
Decimal 82 203 27 0.60 0 0.87 0.20 101.25 0.77 0.45
Hex 52 CB 1B 3C 0 57 14 65 4D 2D
Octal 122 313 33 74 0 127 24 145 115 55
Binary 1010010 11001011 11011 111100 0 1010111 10100 1100101 1001101 101101

Color Harmonies of #52CB1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CB1B

Black with #52CB1B

Text Example


Text Example

White with #52CB1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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