Html Css Color HEX #D6EE4A Pear

📋 copy color: '#D6EE4A'

red 214 ◦ green 238 ◦ blue 74

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

Shades of Pear #D6EE4A

Tints of Pear #D6EE4A

RGB

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

 GREEN value IS 238 (93.36% from 255) = 45.25%

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

R = 40.68%
G = 45.25%
B = 14.07%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#D6EE4A (or 0xD6EE4A) is known color: Pear. HEX triplet: D6, EE and 4A. RGB value is (214,238,74). Sum of RGB (Red+Green+Blue) = 214+238+74=526 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.68% from 526); Green value is 238 (93.36% from 255 or 45.25% from 526); Blue value is 74 (29.30% from 255 or 14.07% from 526); Max value from RGB is 238 - color contains mainly: green. Hex color #D6EE4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6EE4A is #2911B5. Grayscale: #D4D4D4. Windows color (decimal): -2691510 or 4910806. OLE color: 4910806.

HSL color Cylindrical-coordinate representation of color #D6EE4A: hue angle of 68.78º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D6EE4A is Cyan = 0.10, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB 214 238 74 -
CMYK 0.10 0 0.69 0.07
HSL 68.78º 0.83% 0.61% -
HSV(B) 68.78º 0.69% 0.93% -
XYZ 59.54 75.94 18 -
YUV 212.13 50.05 129.34 -
System Red Green Blue C M Y K H S L
Decimal 214 238 74 0.10 0 0.69 0.07 68.78 0.83 0.61
Hex D6 EE 4A A 0 45 7 45 53 3D
Octal 326 356 112 12 0 105 7 105 123 75
Binary 11010110 11101110 1001010 1010 0 1000101 111 1000101 1010011 111101

Color Harmonies of #D6EE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EE4A

Black with #D6EE4A

Text Example


Text Example

White with #D6EE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EE4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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