Html Css Color HEX #D5EF48 Pear

📋 copy color: '#D5EF48'

red 213 ◦ green 239 ◦ blue 72

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

Shades of Pear #D5EF48

Tints of Pear #D5EF48

RGB

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

 GREEN value IS 239 (93.75% from 255) = 45.61%

 BLUE value IS 72 (28.52% from 255) = 13.74%

R = 40.65%
G = 45.61%
B = 13.74%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.70

 K value IS 0.06

RGB Variations

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

Color information

#D5EF48 (or 0xD5EF48) is known color: Pear. HEX triplet: D5, EF and 48. RGB value is (213,239,72). Sum of RGB (Red+Green+Blue) = 213+239+72=524 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.65% from 524); Green value is 239 (93.75% from 255 or 45.61% from 524); Blue value is 72 (28.52% from 255 or 13.74% from 524); Max value from RGB is 239 - color contains mainly: green. Hex color #D5EF48 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5EF48 is #2A10B7. Grayscale: #D4D4D4. Windows color (decimal): -2756792 or 4779989. OLE color: 4779989.

HSL color Cylindrical-coordinate representation of color #D5EF48: hue angle of 69.34º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D5EF48 is Cyan = 0.11, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.06.

Color convert

RGB 213 239 72 -
CMYK 0.11 0 0.70 0.06
HSL 69.34º 0.84% 0.61% -
HSV(B) 69.34º 0.7% 0.94% -
XYZ 59.48 76.35 17.73 -
YUV 212.19 48.89 128.58 -
System Red Green Blue C M Y K H S L
Decimal 213 239 72 0.11 0 0.70 0.06 69.34 0.84 0.61
Hex D5 EF 48 B 0 46 6 45 54 3D
Octal 325 357 110 13 0 106 6 105 124 75
Binary 11010101 11101111 1001000 1011 0 1000110 110 1000101 1010100 111101

Color Harmonies of #D5EF48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5EF48

Black with #D5EF48

Text Example


Text Example

White with #D5EF48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5EF48; }

 p { color: rgb(213,239,72); }

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

background-color css

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

 a { background-color: rgb(213,239,72); }

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

border-color css

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

 span { border-color: rgb(213,239,72); }

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