Html Css Color HEX #DFEB2F Pear

📋 copy color: '#DFEB2F'

red 223 ◦ green 235 ◦ blue 47

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

Shades of Pear #DFEB2F

Tints of Pear #DFEB2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.31%

R = 44.16%
G = 46.53%
B = 9.31%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.8

 K value IS 0.08

RGB Variations

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

Color information

#DFEB2F (or 0xDFEB2F) is known color: Pear. HEX triplet: DF, EB and 2F. RGB value is (223,235,47). Sum of RGB (Red+Green+Blue) = 223+235+47=505 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.16% from 505); Green value is 235 (92.19% from 255 or 46.53% from 505); Blue value is 47 (18.75% from 255 or 9.31% from 505); Max value from RGB is 235 - color contains mainly: green. Hex color #DFEB2F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFEB2F is #2014D0. Grayscale: #D2D2D2. Windows color (decimal): -2102481 or 3140575. OLE color: 3140575.

HSL color Cylindrical-coordinate representation of color #DFEB2F: hue angle of 63.83º degrees, saturation: 0.82, 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 #DFEB2F is Cyan = 0.05, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.08.

Color convert

RGB 223 235 47 -
CMYK 0.05 0 0.8 0.08
HSL 63.83º 0.82% 0.55% -
HSV(B) 63.83º 0.8% 0.92% -
XYZ 60.65 75.31 14.03 -
YUV 209.98 36.02 137.29 -
System Red Green Blue C M Y K H S L
Decimal 223 235 47 0.05 0 0.8 0.08 63.83 0.82 0.55
Hex DF EB 2F 5 0 50 8 40 52 37
Octal 337 353 57 5 0 120 10 100 122 67
Binary 11011111 11101011 101111 101 0 1010000 1000 1000000 1010010 110111

Color Harmonies of #DFEB2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFEB2F

Black with #DFEB2F

Text Example


Text Example

White with #DFEB2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFEB2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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