Html Css Color HEX #D5FC25 Pear

📋 copy color: '#D5FC25'

red 213 ◦ green 252 ◦ blue 37

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

Shades of Pear #D5FC25

Tints of Pear #D5FC25

RGB

 RED value IS 213 (83.59% from 255) = 42.43%

 GREEN value IS 252 (98.83% from 255) = 50.2%

 BLUE value IS 37 (14.84% from 255) = 7.37%

R = 42.43%
G = 50.2%
B = 7.37%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#D5FC25 (or 0xD5FC25) is known color: Pear. HEX triplet: D5, FC and 25. RGB value is (213,252,37). Sum of RGB (Red+Green+Blue) = 213+252+37=502 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.43% from 502); Green value is 252 (98.83% from 255 or 50.20% from 502); Blue value is 37 (14.84% from 255 or 7.37% from 502); Max value from RGB is 252 - color contains mainly: green. Hex color #D5FC25 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5FC25 is #2A03DA. Grayscale: #D8D8D8. Windows color (decimal): -2753499 or 2489557. OLE color: 2489557.

HSL color Cylindrical-coordinate representation of color #D5FC25: hue angle of 70.88º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D5FC25 is Cyan = 0.15, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.01.

Color convert

RGB 213 252 37 -
CMYK 0.15 0 0.85 0.01
HSL 70.88º 0.97% 0.57% -
HSV(B) 70.88º 0.85% 0.99% -
XYZ 62.58 83.9 14.65 -
YUV 215.83 27.08 125.98 -
System Red Green Blue C M Y K H S L
Decimal 213 252 37 0.15 0 0.85 0.01 70.88 0.97 0.57
Hex D5 FC 25 F 0 55 1 47 61 39
Octal 325 374 45 17 0 125 1 107 141 71
Binary 11010101 11111100 100101 1111 0 1010101 1 1000111 1100001 111001

Color Harmonies of #D5FC25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5FC25

Black with #D5FC25

Text Example


Text Example

White with #D5FC25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5FC25; }

 p { color: rgb(213,252,37); }

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

background-color css

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

 a { background-color: rgb(213,252,37); }

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

border-color css

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

 span { border-color: rgb(213,252,37); }

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