Html Css Color HEX #28D000 Kelly Green

📋 copy color: '#28D000'

red 40 ◦ green 208 ◦ blue 0

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

Shades of Kelly Green #28D000

Tints of Kelly Green #28D000

RGB

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

 GREEN value IS 208 (81.64% from 255) = 83.87%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 16.13%
G = 83.87%
B = 0%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#28D000 (or 0x28D000) is known color: Kelly Green. HEX triplet: 28, D0 and 00. RGB value is (40,208,0). Sum of RGB (Red+Green+Blue) = 40+208+0=248 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.13% from 248); Green value is 208 (81.64% from 255 or 83.87% from 248); Blue value is 0 (0.39% from 255 or 0% from 248); Max value from RGB is 208 - color contains mainly: green. Hex color #28D000 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28D000 is #D72FFF. Grayscale: #868686. Windows color (decimal): -14102528 or 53288. OLE color: 53288.

HSL color Cylindrical-coordinate representation of color #28D000: hue angle of 108.46º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #28D000 is Cyan = 0.81, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.18.

Color convert

RGB 40 208 0 -
CMYK 0.81 0 1 0.18
HSL 108.46º 1% 0.41% -
HSV(B) 108.46º 1% 0.82% -
XYZ 23.43 45.56 7.56 -
YUV 134.06 52.34 60.91 -
System Red Green Blue C M Y K H S L
Decimal 40 208 0 0.81 0 1 0.18 108.46 1 0.41
Hex 28 D0 0 51 0 64 12 6C 64 29
Octal 50 320 0 121 0 144 22 154 144 51
Binary 101000 11010000 0 1010001 0 1100100 10010 1101100 1100100 101001

Color Harmonies of #28D000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28D000

Black with #28D000

Text Example


Text Example

White with #28D000

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,208,0); }

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

background-color css

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

 a { background-color: rgb(40,208,0); }

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

border-color css

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

 span { border-color: rgb(40,208,0); }

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