Html Css Color HEX #25BD01 Kelly Green

📋 copy color: '#25BD01'

red 37 ◦ green 189 ◦ blue 1

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

Shades of Kelly Green #25BD01

Tints of Kelly Green #25BD01

RGB

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

 GREEN value IS 189 (74.22% from 255) = 83.26%

 BLUE value IS 1 (0.78% from 255) = 0.44%

R = 16.3%
G = 83.26%
B = 0.44%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#25BD01 (or 0x25BD01) is known color: Kelly Green. HEX triplet: 25, BD and 01. RGB value is (37,189,1). Sum of RGB (Red+Green+Blue) = 37+189+1=227 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.30% from 227); Green value is 189 (74.22% from 255 or 83.26% from 227); Blue value is 1 (0.78% from 255 or 0.44% from 227); Max value from RGB is 189 - color contains mainly: green. Hex color #25BD01 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #25BD01 is #DA42FE. Grayscale: #7A7A7A. Windows color (decimal): -14303999 or 113957. OLE color: 113957.

HSL color Cylindrical-coordinate representation of color #25BD01: hue angle of 108.51º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #25BD01 is Cyan = 0.80, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.

Color convert

RGB 37 189 1 -
CMYK 0.80 0 0.99 0.26
HSL 108.51º 0.99% 0.37% -
HSV(B) 108.51º 0.99% 0.74% -
XYZ 18.97 36.79 6.13 -
YUV 122.12 59.64 67.29 -
System Red Green Blue C M Y K H S L
Decimal 37 189 1 0.80 0 0.99 0.26 108.51 0.99 0.37
Hex 25 BD 1 50 0 63 1A 6D 63 25
Octal 45 275 1 120 0 143 32 155 143 45
Binary 100101 10111101 1 1010000 0 1100011 11010 1101101 1100011 100101

Color Harmonies of #25BD01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25BD01

Black with #25BD01

Text Example


Text Example

White with #25BD01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,189,1); }

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

background-color css

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

 a { background-color: rgb(37,189,1); }

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

border-color css

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

 span { border-color: rgb(37,189,1); }

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