#25BB4B

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

Shades of Dark Pastel Green #25BB4B

Tints of Dark Pastel Green #25BB4B

Color information

#25BB4B (or 0x25BB4B) is unknown color: approx Dark Pastel Green. HEX triplet: 25, BB and 4B. RGB value is (37,187,75). Sum of RGB (Red+Green+Blue) = 37+187+75=299 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.37% from 299); Green value is 187 (73.44% from 255 or 62.54% from 299); Blue value is 75 (29.69% from 255 or 25.08% from 299); Max value from RGB is 187 - color contains mainly: green. Hex color #25BB4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25BB4B is #DA44B4. Grayscale: #818181. Windows color (decimal): -14304437 or 4963109. OLE color: 4963109.

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

Color convert

RGB3718775-
CMYK0.8000.600.27
HSL135.2º66.96%43.92%-
HSV(B)135.2º80.21%73.33%-
XYZ19.836.4412.65-
YUV129.3897.362.11-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.37%
GREEN value IS 187 (73.44% from 255) = 62.54%
BLUE value IS 75 (29.69% from 255) = 25.08%
R=12.37%
G=62.54%
B=25.08%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal37187750.8000.600.27135.266.9643.92
Hex25BB4B5003C1B87432c
Octal452731131200743320710354
Binary1001011011101110010111010000011110011011100001111000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25BB4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,187,75); }

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

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

 a { background-color: rgb(37,187,75); }

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

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

 span { border-color: rgb(37,187,75); }

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