Html Css Color HEX #DFEB2E Pear

📋 copy color: '#DFEB2E'

red 223 ◦ green 235 ◦ blue 46

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

Shades of Pear #DFEB2E

Tints of Pear #DFEB2E

RGB

 RED value IS 223 (87.5% from 255) = 44.25%

 GREEN value IS 235 (92.19% from 255) = 46.63%

 BLUE value IS 46 (18.36% from 255) = 9.13%

R = 44.25%
G = 46.63%
B = 9.13%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#DFEB2E (or 0xDFEB2E) is known color: Pear. HEX triplet: DF, EB and 2E. RGB value is (223,235,46). Sum of RGB (Red+Green+Blue) = 223+235+46=504 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.25% from 504); Green value is 235 (92.19% from 255 or 46.63% from 504); Blue value is 46 (18.36% from 255 or 9.13% from 504); Max value from RGB is 235 - color contains mainly: green. Hex color #DFEB2E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFEB2E is #2014D1. Grayscale: #D2D2D2. Windows color (decimal): -2102482 or 3075039. OLE color: 3075039.

HSL color Cylindrical-coordinate representation of color #DFEB2E: hue angle of 63.81º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DFEB2E is Cyan = 0.05, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.08.

Color convert

RGB 223 235 46 -
CMYK 0.05 0 0.80 0.08
HSL 63.81º 0.83% 0.55% -
HSV(B) 63.81º 0.8% 0.92% -
XYZ 60.63 75.3 13.92 -
YUV 209.87 35.52 137.37 -
System Red Green Blue C M Y K H S L
Decimal 223 235 46 0.05 0 0.80 0.08 63.81 0.83 0.55
Hex DF EB 2E 5 0 50 8 40 53 37
Octal 337 353 56 5 0 120 10 100 123 67
Binary 11011111 11101011 101110 101 0 1010000 1000 1000000 1010011 110111

Color Harmonies of #DFEB2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFEB2E

Black with #DFEB2E

Text Example


Text Example

White with #DFEB2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFEB2E; }

 p { color: rgb(223,235,46); }

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

background-color css

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

 a { background-color: rgb(223,235,46); }

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

border-color css

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

 span { border-color: rgb(223,235,46); }

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