Html Css Color HEX #D6E645 Pear

📋 copy color: '#D6E645'

red 214 ◦ green 230 ◦ blue 69

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

Shades of Pear #D6E645

Tints of Pear #D6E645

RGB

 RED value IS 214 (83.98% from 255) = 41.72%

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

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

R = 41.72%
G = 44.83%
B = 13.45%

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

#D6E645 (or 0xD6E645) is known color: Pear. HEX triplet: D6, E6 and 45. RGB value is (214,230,69). Sum of RGB (Red+Green+Blue) = 214+230+69=513 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.72% from 513); Green value is 230 (90.23% from 255 or 44.83% from 513); Blue value is 69 (27.34% from 255 or 13.45% from 513); Max value from RGB is 230 - color contains mainly: green. Hex color #D6E645 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6E645 is #2919BA. Grayscale: #CFCFCF. Windows color (decimal): -2693563 or 4581078. OLE color: 4581078.

HSL color Cylindrical-coordinate representation of color #D6E645: hue angle of 65.96º 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 #D6E645 is Cyan = 0.07, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.10.

Color convert

RGB 214 230 69 -
CMYK 0.07 0 0.7 0.10
HSL 65.96º 0.76% 0.59% -
HSV(B) 65.96º 0.7% 0.9% -
XYZ 57.1 71.32 16.39 -
YUV 206.86 50.2 133.09 -
System Red Green Blue C M Y K H S L
Decimal 214 230 69 0.07 0 0.7 0.10 65.96 0.76 0.59
Hex D6 E6 45 7 0 46 A 42 4C 3B
Octal 326 346 105 7 0 106 12 102 114 73
Binary 11010110 11100110 1000101 111 0 1000110 1010 1000010 1001100 111011

Color Harmonies of #D6E645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E645

Black with #D6E645

Text Example


Text Example

White with #D6E645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E645; }

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

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

background-color css

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

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

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

border-color css

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

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

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