Html Css Color HEX #D6E740 Pear

📋 copy color: '#D6E740'

red 214 ◦ green 231 ◦ blue 64

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

Shades of Pear #D6E740

Tints of Pear #D6E740

RGB

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

 GREEN value IS 231 (90.63% from 255) = 45.38%

 BLUE value IS 64 (25.39% from 255) = 12.57%

R = 42.04%
G = 45.38%
B = 12.57%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#D6E740 (or 0xD6E740) is known color: Pear. HEX triplet: D6, E7 and 40. RGB value is (214,231,64). Sum of RGB (Red+Green+Blue) = 214+231+64=509 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.04% from 509); Green value is 231 (90.62% from 255 or 45.38% from 509); Blue value is 64 (25.39% from 255 or 12.57% from 509); Max value from RGB is 231 - color contains mainly: green. Hex color #D6E740 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6E740 is #2918BF. Grayscale: #CFCFCF. Windows color (decimal): -2693312 or 4253654. OLE color: 4253654.

HSL color Cylindrical-coordinate representation of color #D6E740: hue angle of 66.11º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D6E740 is Cyan = 0.07, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB 214 231 64 -
CMYK 0.07 0 0.72 0.09
HSL 66.11º 0.78% 0.58% -
HSV(B) 66.11º 0.72% 0.91% -
XYZ 57.23 71.82 15.7 -
YUV 206.88 47.37 133.08 -
System Red Green Blue C M Y K H S L
Decimal 214 231 64 0.07 0 0.72 0.09 66.11 0.78 0.58
Hex D6 E7 40 7 0 48 9 42 4E 3A
Octal 326 347 100 7 0 110 11 102 116 72
Binary 11010110 11100111 1000000 111 0 1001000 1001 1000010 1001110 111010

Color Harmonies of #D6E740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E740

Black with #D6E740

Text Example


Text Example

White with #D6E740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E740; }

 p { color: rgb(214,231,64); }

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

background-color css

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

 a { background-color: rgb(214,231,64); }

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

border-color css

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

 span { border-color: rgb(214,231,64); }

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