Html Css Color HEX #D5E348 Pear

📋 copy color: '#D5E348'

red 213 ◦ green 227 ◦ blue 72

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

Shades of Pear #D5E348

Tints of Pear #D5E348

RGB

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

 GREEN value IS 227 (89.06% from 255) = 44.34%

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

R = 41.6%
G = 44.34%
B = 14.06%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#D5E348 (or 0xD5E348) is known color: Pear. HEX triplet: D5, E3 and 48. RGB value is (213,227,72). Sum of RGB (Red+Green+Blue) = 213+227+72=512 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.60% from 512); Green value is 227 (89.06% from 255 or 44.34% from 512); Blue value is 72 (28.52% from 255 or 14.06% from 512); Max value from RGB is 227 - color contains mainly: green. Hex color #D5E348 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5E348 is #2A1CB7. Grayscale: #CDCDCD. Windows color (decimal): -2759864 or 4776917. OLE color: 4776917.

HSL color Cylindrical-coordinate representation of color #D5E348: hue angle of 65.42º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D5E348 is Cyan = 0.06, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.

Color convert

RGB 213 227 72 -
CMYK 0.06 0 0.68 0.11
HSL 65.42º 0.73% 0.59% -
HSV(B) 65.42º 0.68% 0.89% -
XYZ 56.08 69.55 16.6 -
YUV 205.14 52.86 133.6 -
System Red Green Blue C M Y K H S L
Decimal 213 227 72 0.06 0 0.68 0.11 65.42 0.73 0.59
Hex D5 E3 48 6 0 44 B 41 49 3B
Octal 325 343 110 6 0 104 13 101 111 73
Binary 11010101 11100011 1001000 110 0 1000100 1011 1000001 1001001 111011

Color Harmonies of #D5E348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E348

Black with #D5E348

Text Example


Text Example

White with #D5E348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E348; }

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

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

background-color css

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

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

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

border-color css

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

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

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