Html Css Color HEX #D6EB2D Pear

📋 copy color: '#D6EB2D'

red 214 ◦ green 235 ◦ blue 45

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

Shades of Pear #D6EB2D

Tints of Pear #D6EB2D

RGB

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

 GREEN value IS 235 (92.19% from 255) = 47.57%

 BLUE value IS 45 (17.97% from 255) = 9.11%

R = 43.32%
G = 47.57%
B = 9.11%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#D6EB2D (or 0xD6EB2D) is known color: Pear. HEX triplet: D6, EB and 2D. RGB value is (214,235,45). Sum of RGB (Red+Green+Blue) = 214+235+45=494 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.32% from 494); Green value is 235 (92.19% from 255 or 47.57% from 494); Blue value is 45 (17.97% from 255 or 9.11% from 494); Max value from RGB is 235 - color contains mainly: green. Hex color #D6EB2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6EB2D is #2914D2. Grayscale: #CFCFCF. Windows color (decimal): -2692307 or 3009494. OLE color: 3009494.

HSL color Cylindrical-coordinate representation of color #D6EB2D: hue angle of 66.63º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D6EB2D is Cyan = 0.09, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.08.

Color convert

RGB 214 235 45 -
CMYK 0.09 0 0.81 0.08
HSL 66.63º 0.83% 0.55% -
HSV(B) 66.63º 0.81% 0.92% -
XYZ 57.91 73.9 13.69 -
YUV 207.06 36.54 132.95 -
System Red Green Blue C M Y K H S L
Decimal 214 235 45 0.09 0 0.81 0.08 66.63 0.83 0.55
Hex D6 EB 2D 9 0 51 8 43 53 37
Octal 326 353 55 11 0 121 10 103 123 67
Binary 11010110 11101011 101101 1001 0 1010001 1000 1000011 1010011 110111

Color Harmonies of #D6EB2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EB2D

Black with #D6EB2D

Text Example


Text Example

White with #D6EB2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EB2D; }

 p { color: rgb(214,235,45); }

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

background-color css

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

 a { background-color: rgb(214,235,45); }

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

border-color css

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

 span { border-color: rgb(214,235,45); }

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