Html Css Color HEX #D6E13A Pear

📋 copy color: '#D6E13A'

red 214 ◦ green 225 ◦ blue 58

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

Shades of Pear #D6E13A

Tints of Pear #D6E13A

RGB

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

 GREEN value IS 225 (88.28% from 255) = 45.27%

 BLUE value IS 58 (23.05% from 255) = 11.67%

R = 43.06%
G = 45.27%
B = 11.67%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.74

 K value IS 0.12

RGB Variations

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

Color information

#D6E13A (or 0xD6E13A) is known color: Pear. HEX triplet: D6, E1 and 3A. RGB value is (214,225,58). Sum of RGB (Red+Green+Blue) = 214+225+58=497 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.06% from 497); Green value is 225 (88.28% from 255 or 45.27% from 497); Blue value is 58 (23.05% from 255 or 11.67% from 497); Max value from RGB is 225 - color contains mainly: green. Hex color #D6E13A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6E13A is #291EC5. Grayscale: #CBCBCB. Windows color (decimal): -2694854 or 3858902. OLE color: 3858902.

HSL color Cylindrical-coordinate representation of color #D6E13A: hue angle of 63.95º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D6E13A is Cyan = 0.05, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.12.

Color convert

RGB 214 225 58 -
CMYK 0.05 0 0.74 0.12
HSL 63.95º 0.74% 0.55% -
HSV(B) 63.95º 0.74% 0.88% -
XYZ 55.42 68.45 14.29 -
YUV 202.67 46.36 136.08 -
System Red Green Blue C M Y K H S L
Decimal 214 225 58 0.05 0 0.74 0.12 63.95 0.74 0.55
Hex D6 E1 3A 5 0 4A C 40 4A 37
Octal 326 341 72 5 0 112 14 100 112 67
Binary 11010110 11100001 111010 101 0 1001010 1100 1000000 1001010 110111

Color Harmonies of #D6E13A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E13A

Black with #D6E13A

Text Example


Text Example

White with #D6E13A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E13A; }

 p { color: rgb(214,225,58); }

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

background-color css

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

 a { background-color: rgb(214,225,58); }

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

border-color css

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

 span { border-color: rgb(214,225,58); }

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