Html Css Color HEX #D6E125 Pear

📋 copy color: '#D6E125'

red 214 ◦ green 225 ◦ blue 37

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

Shades of Pear #D6E125

Tints of Pear #D6E125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 7.77%

R = 44.96%
G = 47.27%
B = 7.77%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.84

 K value IS 0.12

RGB Variations

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

Color information

#D6E125 (or 0xD6E125) is known color: Pear. HEX triplet: D6, E1 and 25. RGB value is (214,225,37). Sum of RGB (Red+Green+Blue) = 214+225+37=476 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.96% from 476); Green value is 225 (88.28% from 255 or 47.27% from 476); Blue value is 37 (14.84% from 255 or 7.77% from 476); Max value from RGB is 225 - color contains mainly: green. Hex color #D6E125 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6E125 is #291EDA. Grayscale: #C9C9C9. Windows color (decimal): -2694875 or 2482646. OLE color: 2482646.

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

Color convert

RGB 214 225 37 -
CMYK 0.05 0 0.84 0.12
HSL 63.51º 0.76% 0.51% -
HSV(B) 63.51º 0.84% 0.88% -
XYZ 54.99 68.28 12.03 -
YUV 200.28 35.86 137.79 -
System Red Green Blue C M Y K H S L
Decimal 214 225 37 0.05 0 0.84 0.12 63.51 0.76 0.51
Hex D6 E1 25 5 0 54 C 40 4C 33
Octal 326 341 45 5 0 124 14 100 114 63
Binary 11010110 11100001 100101 101 0 1010100 1100 1000000 1001100 110011

Color Harmonies of #D6E125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E125

Black with #D6E125

Text Example


Text Example

White with #D6E125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E125; }

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

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

background-color css

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

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

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

border-color css

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

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

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