Html Css Color HEX #28AF05 Kelly Green

📋 copy color: '#28AF05'

red 40 ◦ green 175 ◦ blue 5

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

Shades of Kelly Green #28AF05

Tints of Kelly Green #28AF05

RGB

 RED value IS 40 (16.02% from 255) = 18.18%

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

 BLUE value IS 5 (2.34% from 255) = 2.27%

R = 18.18%
G = 79.55%
B = 2.27%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#28AF05 (or 0x28AF05) is known color: Kelly Green. HEX triplet: 28, AF and 05. RGB value is (40,175,5). Sum of RGB (Red+Green+Blue) = 40+175+5=220 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.18% from 220); Green value is 175 (68.75% from 255 or 79.55% from 220); Blue value is 5 (2.34% from 255 or 2.27% from 220); Max value from RGB is 175 - color contains mainly: green. Hex color #28AF05 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #28AF05 is #D750FA. Grayscale: #737373. Windows color (decimal): -14110971 or 372520. OLE color: 372520.

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

Color convert

RGB 40 175 5 -
CMYK 0.77 0 0.97 0.31
HSL 107.65º 0.94% 0.35% -
HSV(B) 107.65º 0.97% 0.69% -
XYZ 16.23 31.12 5.3 -
YUV 115.26 65.77 74.32 -
System Red Green Blue C M Y K H S L
Decimal 40 175 5 0.77 0 0.97 0.31 107.65 0.94 0.35
Hex 28 AF 5 4D 0 61 1F 6C 5E 23
Octal 50 257 5 115 0 141 37 154 136 43
Binary 101000 10101111 101 1001101 0 1100001 11111 1101100 1011110 100011

Color Harmonies of #28AF05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28AF05

Black with #28AF05

Text Example


Text Example

White with #28AF05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28AF05; }

 p { color: rgb(40,175,5); }

 H1.HeaderClassName
 {
   color: #28AF05;
 }
 .AnyTagClassName
 {
   color: #28AF05;
 }
</style>

background-color css

<style>
 a { background-color: #28AF05; }

 a { background-color: rgb(40,175,5); }

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

border-color css

<style>
 span { border-color: #28AF05; }

 span { border-color: rgb(40,175,5); }

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