Html Css Color HEX #25985A Eucalyptus

📋 copy color: '#25985A'

red 37 ◦ green 152 ◦ blue 90

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

Shades of Eucalyptus #25985A

Tints of Eucalyptus #25985A

RGB

 RED value IS 37 (14.84% from 255) = 13.26%

 GREEN value IS 152 (59.77% from 255) = 54.48%

 BLUE value IS 90 (35.55% from 255) = 32.26%

R = 13.26%
G = 54.48%
B = 32.26%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.41

 K value IS 0.40

RGB Variations

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

Color information

#25985A (or 0x25985A) is known color: Eucalyptus. HEX triplet: 25, 98 and 5A. RGB value is (37,152,90). Sum of RGB (Red+Green+Blue) = 37+152+90=279 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.26% from 279); Green value is 152 (59.77% from 255 or 54.48% from 279); Blue value is 90 (35.55% from 255 or 32.26% from 279); Max value from RGB is 152 - color contains mainly: green. Hex color #25985A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25985A is #DA67A5. Grayscale: #6E6E6E. Windows color (decimal): -14313382 or 5937189. OLE color: 5937189.

HSL color Cylindrical-coordinate representation of color #25985A: hue angle of 147.65º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #25985A is Cyan = 0.76, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.40.

Color convert

RGB 37 152 90 -
CMYK 0.76 0 0.41 0.40
HSL 147.65º 0.61% 0.37% -
HSV(B) 147.65º 0.76% 0.6% -
XYZ 13.84 23.59 13.5 -
YUV 110.55 116.4 75.54 -
System Red Green Blue C M Y K H S L
Decimal 37 152 90 0.76 0 0.41 0.40 147.65 0.61 0.37
Hex 25 98 5A 4C 0 29 28 94 3D 25
Octal 45 230 132 114 0 51 50 224 75 45
Binary 100101 10011000 1011010 1001100 0 101001 101000 10010100 111101 100101

Color Harmonies of #25985A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25985A

Black with #25985A

Text Example


Text Example

White with #25985A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25985A; }

 p { color: rgb(37,152,90); }

 H1.HeaderClassName
 {
   color: #25985A;
 }
 .AnyTagClassName
 {
   color: #25985A;
 }
</style>

background-color css

<style>
 a { background-color: #25985A; }

 a { background-color: rgb(37,152,90); }

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

border-color css

<style>
 span { border-color: #25985A; }

 span { border-color: rgb(37,152,90); }

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