Html Css Color HEX #D5F824 Pear

📋 copy color: '#D5F824'

red 213 ◦ green 248 ◦ blue 36

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

Shades of Pear #D5F824

Tints of Pear #D5F824

RGB

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

 GREEN value IS 248 (97.27% from 255) = 49.9%

 BLUE value IS 36 (14.45% from 255) = 7.24%

R = 42.86%
G = 49.9%
B = 7.24%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.85

 K value IS 0.03

RGB Variations

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

Color information

#D5F824 (or 0xD5F824) is known color: Pear. HEX triplet: D5, F8 and 24. RGB value is (213,248,36). Sum of RGB (Red+Green+Blue) = 213+248+36=497 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.86% from 497); Green value is 248 (97.27% from 255 or 49.90% from 497); Blue value is 36 (14.45% from 255 or 7.24% from 497); Max value from RGB is 248 - color contains mainly: green. Hex color #D5F824 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5F824 is #2A07DB. Grayscale: #D6D6D6. Windows color (decimal): -2754524 or 2422997. OLE color: 2422997.

HSL color Cylindrical-coordinate representation of color #D5F824: hue angle of 69.91º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D5F824 is Cyan = 0.14, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.03.

Color convert

RGB 213 248 36 -
CMYK 0.14 0 0.85 0.03
HSL 69.91º 0.94% 0.56% -
HSV(B) 69.91º 0.85% 0.97% -
XYZ 61.33 81.41 14.15 -
YUV 213.37 27.9 127.74 -
System Red Green Blue C M Y K H S L
Decimal 213 248 36 0.14 0 0.85 0.03 69.91 0.94 0.56
Hex D5 F8 24 E 0 55 3 46 5E 38
Octal 325 370 44 16 0 125 3 106 136 70
Binary 11010101 11111000 100100 1110 0 1010101 11 1000110 1011110 111000

Color Harmonies of #D5F824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F824

Black with #D5F824

Text Example


Text Example

White with #D5F824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F824; }

 p { color: rgb(213,248,36); }

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

background-color css

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

 a { background-color: rgb(213,248,36); }

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

border-color css

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

 span { border-color: rgb(213,248,36); }

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