Html Css Color HEX #32AF1B Kelly Green

📋 copy color: '#32AF1B'

red 50 ◦ green 175 ◦ blue 27

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

Shades of Kelly Green #32AF1B

Tints of Kelly Green #32AF1B

RGB

 RED value IS 50 (19.92% from 255) = 19.84%

 GREEN value IS 175 (68.75% from 255) = 69.44%

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

R = 19.84%
G = 69.44%
B = 10.71%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#32AF1B (or 0x32AF1B) is known color: Kelly Green. HEX triplet: 32, AF and 1B. RGB value is (50,175,27). Sum of RGB (Red+Green+Blue) = 50+175+27=252 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.84% from 252); Green value is 175 (68.75% from 255 or 69.44% from 252); Blue value is 27 (10.94% from 255 or 10.71% from 252); Max value from RGB is 175 - color contains mainly: green. Hex color #32AF1B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32AF1B is #CD50E4. Grayscale: #797979. Windows color (decimal): -13455589 or 1814322. OLE color: 1814322.

HSL color Cylindrical-coordinate representation of color #32AF1B: hue angle of 110.68º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #32AF1B is Cyan = 0.71, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB 50 175 27 -
CMYK 0.71 0 0.85 0.31
HSL 110.68º 0.73% 0.4% -
HSV(B) 110.68º 0.85% 0.69% -
XYZ 16.84 31.42 6.21 -
YUV 120.75 75.09 77.53 -
System Red Green Blue C M Y K H S L
Decimal 50 175 27 0.71 0 0.85 0.31 110.68 0.73 0.4
Hex 32 AF 1B 47 0 55 1F 6F 49 28
Octal 62 257 33 107 0 125 37 157 111 50
Binary 110010 10101111 11011 1000111 0 1010101 11111 1101111 1001001 101000

Color Harmonies of #32AF1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32AF1B

Black with #32AF1B

Text Example


Text Example

White with #32AF1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32AF1B; }

 p { color: rgb(50,175,27); }

 H1.HeaderClassName
 {
   color: #32AF1B;
 }
 .AnyTagClassName
 {
   color: #32AF1B;
 }
</style>

background-color css

<style>
 a { background-color: #32AF1B; }

 a { background-color: rgb(50,175,27); }

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

border-color css

<style>
 span { border-color: #32AF1B; }

 span { border-color: rgb(50,175,27); }

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