Html Css Color HEX #52B103 Kelly Green

📋 copy color: '#52B103'

red 82 ◦ green 177 ◦ blue 3

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

Shades of Kelly Green #52B103

Tints of Kelly Green #52B103

RGB

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

 GREEN value IS 177 (69.53% from 255) = 67.56%

 BLUE value IS 3 (1.56% from 255) = 1.15%

R = 31.3%
G = 67.56%
B = 1.15%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#52B103 (or 0x52B103) is known color: Kelly Green. HEX triplet: 52, B1 and 03. RGB value is (82,177,3). Sum of RGB (Red+Green+Blue) = 82+177+3=262 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.30% from 262); Green value is 177 (69.53% from 255 or 67.56% from 262); Blue value is 3 (1.56% from 255 or 1.15% from 262); Max value from RGB is 177 - color contains mainly: green. Hex color #52B103 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52B103 is #AD4EFC. Grayscale: #818181. Windows color (decimal): -11357949 or 242002. OLE color: 242002.

HSL color Cylindrical-coordinate representation of color #52B103: hue angle of 92.76º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #52B103 is Cyan = 0.54, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.31.

Color convert

RGB 82 177 3 -
CMYK 0.54 0 0.98 0.31
HSL 92.76º 0.97% 0.35% -
HSV(B) 92.76º 0.98% 0.69% -
XYZ 19.22 33.24 5.49 -
YUV 128.76 57.03 94.65 -
System Red Green Blue C M Y K H S L
Decimal 82 177 3 0.54 0 0.98 0.31 92.76 0.97 0.35
Hex 52 B1 3 36 0 62 1F 5D 61 23
Octal 122 261 3 66 0 142 37 135 141 43
Binary 1010010 10110001 11 110110 0 1100010 11111 1011101 1100001 100011

Color Harmonies of #52B103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B103

Black with #52B103

Text Example


Text Example

White with #52B103

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,177,3); }

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

background-color css

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

 a { background-color: rgb(82,177,3); }

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

border-color css

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

 span { border-color: rgb(82,177,3); }

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