Html Css Color HEX #D6E62A Pear

📋 copy color: '#D6E62A'

red 214 ◦ green 230 ◦ blue 42

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

Shades of Pear #D6E62A

Tints of Pear #D6E62A

RGB

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

 GREEN value IS 230 (90.23% from 255) = 47.33%

 BLUE value IS 42 (16.8% from 255) = 8.64%

R = 44.03%
G = 47.33%
B = 8.64%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#D6E62A (or 0xD6E62A) is known color: Pear. HEX triplet: D6, E6 and 2A. RGB value is (214,230,42). Sum of RGB (Red+Green+Blue) = 214+230+42=486 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.03% from 486); Green value is 230 (90.23% from 255 or 47.33% from 486); Blue value is 42 (16.80% from 255 or 8.64% from 486); Max value from RGB is 230 - color contains mainly: green. Hex color #D6E62A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6E62A is #2919D5. Grayscale: #CCCCCC. Windows color (decimal): -2693590 or 2811606. OLE color: 2811606.

HSL color Cylindrical-coordinate representation of color #D6E62A: hue angle of 65.11º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D6E62A is Cyan = 0.07, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.10.

Color convert

RGB 214 230 42 -
CMYK 0.07 0 0.82 0.10
HSL 65.11º 0.79% 0.53% -
HSV(B) 65.11º 0.82% 0.9% -
XYZ 56.45 71.06 12.93 -
YUV 203.78 36.7 135.29 -
System Red Green Blue C M Y K H S L
Decimal 214 230 42 0.07 0 0.82 0.10 65.11 0.79 0.53
Hex D6 E6 2A 7 0 52 A 41 4F 35
Octal 326 346 52 7 0 122 12 101 117 65
Binary 11010110 11100110 101010 111 0 1010010 1010 1000001 1001111 110101

Color Harmonies of #D6E62A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E62A

Black with #D6E62A

Text Example


Text Example

White with #D6E62A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E62A; }

 p { color: rgb(214,230,42); }

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

background-color css

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

 a { background-color: rgb(214,230,42); }

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

border-color css

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

 span { border-color: rgb(214,230,42); }

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