Html Css Color HEX #D6EB4A Pear

📋 copy color: '#D6EB4A'

red 214 ◦ green 235 ◦ blue 74

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

Shades of Pear #D6EB4A

Tints of Pear #D6EB4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 14.15%

R = 40.92%
G = 44.93%
B = 14.15%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#D6EB4A (or 0xD6EB4A) is known color: Pear. HEX triplet: D6, EB and 4A. RGB value is (214,235,74). Sum of RGB (Red+Green+Blue) = 214+235+74=523 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.92% from 523); Green value is 235 (92.19% from 255 or 44.93% from 523); Blue value is 74 (29.30% from 255 or 14.15% from 523); Max value from RGB is 235 - color contains mainly: green. Hex color #D6EB4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6EB4A is #2914B5. Grayscale: #D2D2D2. Windows color (decimal): -2692278 or 4910038. OLE color: 4910038.

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

Color convert

RGB 214 235 74 -
CMYK 0.09 0 0.69 0.08
HSL 67.83º 0.8% 0.61% -
HSV(B) 67.83º 0.69% 0.92% -
XYZ 58.68 74.21 17.71 -
YUV 210.37 51.04 130.59 -
System Red Green Blue C M Y K H S L
Decimal 214 235 74 0.09 0 0.69 0.08 67.83 0.8 0.61
Hex D6 EB 4A 9 0 45 8 44 50 3D
Octal 326 353 112 11 0 105 10 104 120 75
Binary 11010110 11101011 1001010 1001 0 1000101 1000 1000100 1010000 111101

Color Harmonies of #D6EB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EB4A

Black with #D6EB4A

Text Example


Text Example

White with #D6EB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EB4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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