Html Css Color HEX #28BC10 Kelly Green

📋 copy color: '#28BC10'

red 40 ◦ green 188 ◦ blue 16

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

Shades of Kelly Green #28BC10

Tints of Kelly Green #28BC10

RGB

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

 GREEN value IS 188 (73.83% from 255) = 77.05%

 BLUE value IS 16 (6.64% from 255) = 6.56%

R = 16.39%
G = 77.05%
B = 6.56%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#28BC10 (or 0x28BC10) is known color: Kelly Green. HEX triplet: 28, BC and 10. RGB value is (40,188,16). Sum of RGB (Red+Green+Blue) = 40+188+16=244 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.39% from 244); Green value is 188 (73.83% from 255 or 77.05% from 244); Blue value is 16 (6.64% from 255 or 6.56% from 244); Max value from RGB is 188 - color contains mainly: green. Hex color #28BC10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28BC10 is #D743EF. Grayscale: #7C7C7C. Windows color (decimal): -14107632 or 1096744. OLE color: 1096744.

HSL color Cylindrical-coordinate representation of color #28BC10: hue angle of 111.63º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #28BC10 is Cyan = 0.79, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.

Color convert

RGB 40 188 16 -
CMYK 0.79 0 0.91 0.26
HSL 111.63º 0.84% 0.4% -
HSV(B) 111.63º 0.91% 0.74% -
XYZ 18.95 36.45 6.53 -
YUV 124.14 66.97 67.99 -
System Red Green Blue C M Y K H S L
Decimal 40 188 16 0.79 0 0.91 0.26 111.63 0.84 0.4
Hex 28 BC 10 4F 0 5B 1A 70 54 28
Octal 50 274 20 117 0 133 32 160 124 50
Binary 101000 10111100 10000 1001111 0 1011011 11010 1110000 1010100 101000

Color Harmonies of #28BC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28BC10

Black with #28BC10

Text Example


Text Example

White with #28BC10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,188,16); }

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

background-color css

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

 a { background-color: rgb(40,188,16); }

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

border-color css

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

 span { border-color: rgb(40,188,16); }

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