#25BA00

Color #25BA00 Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #25BA00

Tints of Kelly Green #25BA00

Color information

#25BA00 (or 0x25BA00) is unknown color: approx Kelly Green. HEX triplet: 25, BA and 00. RGB value is (37,186,0). Sum of RGB (Red+Green+Blue) = 37+186+0=223 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.59% from 223); Green value is 186 (73.05% from 255 or 83.41% from 223); Blue value is 0 (0.39% from 255 or 0% from 223); Max value from RGB is 186 - color contains mainly: green. Hex color #25BA00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #25BA00 is #DA45FF. Grayscale: #787878. Windows color (decimal): -14304768 or 47653. OLE color: 47653.

HSL color Cylindrical-coordinate representation of color #25BA00: hue angle of 108.06º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #25BA00 is Cyan = 0.80, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB371860-
CMYK0.80010.27
HSL108.06º100%36.47%-
HSV(B)108.06º100%72.94%-
XYZ18.3235.515.89-
YUV120.2460.1468.62-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.59%
GREEN value IS 186 (73.05% from 255) = 83.41%
BLUE value IS 0 (0.39% from 255) = 0%
R=16.59%
G=83.41%
B=0%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal3718600.80010.27108.0610036.47
Hex25BA0500641B6c6424
Octal45272012001443315414444
Binary1001011011101001010000011001001101111011001100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25BA00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25BA00; }

 p { color: rgb(37,186,0); }

 H1.HeaderClassName
 {
   color: #25BA00;
 }
 .AnyTagClassName
 {
   color: #25BA00;
 }
</style>
background-color css

<style>
 a { background-color: #25BA00; }

 a { background-color: rgb(37,186,0); }

 div.DivClassName
 {
   background-color: #25BA00;
 }
 .BgClassName
 {
   background-color: #25BA00;
 }
</style>
border-color css

<style>
 span { border-color: #25BA00; }

 span { border-color: rgb(37,186,0); }

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