Html Css Color HEX #D6E130 Pear

📋 copy color: '#D6E130'

red 214 ◦ green 225 ◦ blue 48

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

Shades of Pear #D6E130

Tints of Pear #D6E130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 9.86%

R = 43.94%
G = 46.2%
B = 9.86%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#D6E130 (or 0xD6E130) is known color: Pear. HEX triplet: D6, E1 and 30. RGB value is (214,225,48). Sum of RGB (Red+Green+Blue) = 214+225+48=487 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.94% from 487); Green value is 225 (88.28% from 255 or 46.20% from 487); Blue value is 48 (19.14% from 255 or 9.86% from 487); Max value from RGB is 225 - color contains mainly: green. Hex color #D6E130 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6E130 is #291ECF. Grayscale: #CACACA. Windows color (decimal): -2694864 or 3203542. OLE color: 3203542.

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

Color convert

RGB 214 225 48 -
CMYK 0.05 0 0.79 0.12
HSL 63.73º 0.75% 0.54% -
HSV(B) 63.73º 0.79% 0.88% -
XYZ 55.19 68.36 13.08 -
YUV 201.53 41.36 136.89 -
System Red Green Blue C M Y K H S L
Decimal 214 225 48 0.05 0 0.79 0.12 63.73 0.75 0.54
Hex D6 E1 30 5 0 4F C 40 4B 36
Octal 326 341 60 5 0 117 14 100 113 66
Binary 11010110 11100001 110000 101 0 1001111 1100 1000000 1001011 110110

Color Harmonies of #D6E130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E130

Black with #D6E130

Text Example


Text Example

White with #D6E130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E130; }

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

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

background-color css

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

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

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

border-color css

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

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

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