Html Css Color HEX #D6E732 Pear

📋 copy color: '#D6E732'

red 214 ◦ green 231 ◦ blue 50

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

Shades of Pear #D6E732

Tints of Pear #D6E732

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 10.1%

R = 43.23%
G = 46.67%
B = 10.1%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.78

 K value IS 0.09

RGB Variations

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

Color information

#D6E732 (or 0xD6E732) is known color: Pear. HEX triplet: D6, E7 and 32. RGB value is (214,231,50). Sum of RGB (Red+Green+Blue) = 214+231+50=495 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.23% from 495); Green value is 231 (90.62% from 255 or 46.67% from 495); Blue value is 50 (19.92% from 255 or 10.10% from 495); Max value from RGB is 231 - color contains mainly: green. Hex color #D6E732 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6E732 is #2918CD. Grayscale: #CDCDCD. Windows color (decimal): -2693326 or 3336150. OLE color: 3336150.

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

Color convert

RGB 214 231 50 -
CMYK 0.07 0 0.78 0.09
HSL 65.64º 0.79% 0.55% -
HSV(B) 65.64º 0.78% 0.91% -
XYZ 56.88 71.68 13.85 -
YUV 205.28 40.37 134.22 -
System Red Green Blue C M Y K H S L
Decimal 214 231 50 0.07 0 0.78 0.09 65.64 0.79 0.55
Hex D6 E7 32 7 0 4E 9 42 4F 37
Octal 326 347 62 7 0 116 11 102 117 67
Binary 11010110 11100111 110010 111 0 1001110 1001 1000010 1001111 110111

Color Harmonies of #D6E732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E732

Black with #D6E732

Text Example


Text Example

White with #D6E732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E732; }

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

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

background-color css

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

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

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

border-color css

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

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

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