Html Css Color HEX #25C04C Dark Pastel Green

📋 copy color: '#25C04C'

red 37 ◦ green 192 ◦ blue 76

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

Shades of Dark Pastel Green #25C04C

Tints of Dark Pastel Green #25C04C

RGB

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

 GREEN value IS 192 (75.39% from 255) = 62.95%

 BLUE value IS 76 (30.08% from 255) = 24.92%

R = 12.13%
G = 62.95%
B = 24.92%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#25C04C (or 0x25C04C) is known color: Dark Pastel Green. HEX triplet: 25, C0 and 4C. RGB value is (37,192,76). Sum of RGB (Red+Green+Blue) = 37+192+76=305 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.13% from 305); Green value is 192 (75.39% from 255 or 62.95% from 305); Blue value is 76 (30.08% from 255 or 24.92% from 305); Max value from RGB is 192 - color contains mainly: green. Hex color #25C04C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25C04C is #DA3FB3. Grayscale: #848484. Windows color (decimal): -14303156 or 5029925. OLE color: 5029925.

HSL color Cylindrical-coordinate representation of color #25C04C: hue angle of 135.1º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #25C04C is Cyan = 0.81, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB 37 192 76 -
CMYK 0.81 0 0.60 0.25
HSL 135.1º 0.68% 0.45% -
HSV(B) 135.1º 0.81% 0.75% -
XYZ 20.92 38.61 13.19 -
YUV 132.43 96.15 59.93 -
System Red Green Blue C M Y K H S L
Decimal 37 192 76 0.81 0 0.60 0.25 135.1 0.68 0.45
Hex 25 C0 4C 51 0 3C 19 87 44 2D
Octal 45 300 114 121 0 74 31 207 104 55
Binary 100101 11000000 1001100 1010001 0 111100 11001 10000111 1000100 101101

Color Harmonies of #25C04C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25C04C

Black with #25C04C

Text Example


Text Example

White with #25C04C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,192,76); }

 H1.HeaderClassName
 {
   color: #25C04C;
 }
 .AnyTagClassName
 {
   color: #25C04C;
 }
</style>

background-color css

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

 a { background-color: rgb(37,192,76); }

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

border-color css

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

 span { border-color: rgb(37,192,76); }

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