Html Css Color HEX #D5FA25 Pear

📋 copy color: '#D5FA25'

red 213 ◦ green 250 ◦ blue 37

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

Shades of Pear #D5FA25

Tints of Pear #D5FA25

RGB

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

 GREEN value IS 250 (98.05% from 255) = 50%

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

R = 42.6%
G = 50%
B = 7.4%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#D5FA25 (or 0xD5FA25) is known color: Pear. HEX triplet: D5, FA and 25. RGB value is (213,250,37). Sum of RGB (Red+Green+Blue) = 213+250+37=500 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.6% from 500); Green value is 250 (98.05% from 255 or 50% from 500); Blue value is 37 (14.84% from 255 or 7.4% from 500); Max value from RGB is 250 - color contains mainly: green. Hex color #D5FA25 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5FA25 is #2A05DA. Grayscale: #D7D7D7. Windows color (decimal): -2754011 or 2489045. OLE color: 2489045.

HSL color Cylindrical-coordinate representation of color #D5FA25: hue angle of 70.42º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D5FA25 is Cyan = 0.15, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.02.

Color convert

RGB 213 250 37 -
CMYK 0.15 0 0.85 0.02
HSL 70.42º 0.96% 0.56% -
HSV(B) 70.42º 0.85% 0.98% -
XYZ 61.96 82.65 14.44 -
YUV 214.66 27.74 126.82 -
System Red Green Blue C M Y K H S L
Decimal 213 250 37 0.15 0 0.85 0.02 70.42 0.96 0.56
Hex D5 FA 25 F 0 55 2 46 60 38
Octal 325 372 45 17 0 125 2 106 140 70
Binary 11010101 11111010 100101 1111 0 1010101 10 1000110 1100000 111000

Color Harmonies of #D5FA25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5FA25

Black with #D5FA25

Text Example


Text Example

White with #D5FA25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5FA25; }

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

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

background-color css

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

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

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

border-color css

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

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

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