Html Css Color HEX #D5E645 Pear

📋 copy color: '#D5E645'

red 213 ◦ green 230 ◦ blue 69

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

Shades of Pear #D5E645

Tints of Pear #D5E645

RGB

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

 GREEN value IS 230 (90.23% from 255) = 44.92%

 BLUE value IS 69 (27.34% from 255) = 13.48%

R = 41.6%
G = 44.92%
B = 13.48%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.7

 K value IS 0.10

RGB Variations

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

Color information

#D5E645 (or 0xD5E645) is known color: Pear. HEX triplet: D5, E6 and 45. RGB value is (213,230,69). Sum of RGB (Red+Green+Blue) = 213+230+69=512 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.60% from 512); Green value is 230 (90.23% from 255 or 44.92% from 512); Blue value is 69 (27.34% from 255 or 13.48% from 512); Max value from RGB is 230 - color contains mainly: green. Hex color #D5E645 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5E645 is #2A19BA. Grayscale: #CFCFCF. Windows color (decimal): -2759099 or 4581077. OLE color: 4581077.

HSL color Cylindrical-coordinate representation of color #D5E645: hue angle of 66.34º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D5E645 is Cyan = 0.07, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.10.

Color convert

RGB 213 230 69 -
CMYK 0.07 0 0.7 0.10
HSL 66.34º 0.76% 0.59% -
HSV(B) 66.34º 0.7% 0.9% -
XYZ 56.81 71.17 16.37 -
YUV 206.56 50.37 132.59 -
System Red Green Blue C M Y K H S L
Decimal 213 230 69 0.07 0 0.7 0.10 66.34 0.76 0.59
Hex D5 E6 45 7 0 46 A 42 4C 3B
Octal 325 346 105 7 0 106 12 102 114 73
Binary 11010101 11100110 1000101 111 0 1000110 1010 1000010 1001100 111011

Color Harmonies of #D5E645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E645

Black with #D5E645

Text Example


Text Example

White with #D5E645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E645; }

 p { color: rgb(213,230,69); }

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

background-color css

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

 a { background-color: rgb(213,230,69); }

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

border-color css

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

 span { border-color: rgb(213,230,69); }

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