Html Css Color HEX #DCEF3B Pear

📋 copy color: '#DCEF3B'

red 220 ◦ green 239 ◦ blue 59

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

Shades of Pear #DCEF3B

Tints of Pear #DCEF3B

RGB

 RED value IS 220 (86.33% from 255) = 42.47%

 GREEN value IS 239 (93.75% from 255) = 46.14%

 BLUE value IS 59 (23.44% from 255) = 11.39%

R = 42.47%
G = 46.14%
B = 11.39%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#DCEF3B (or 0xDCEF3B) is known color: Pear. HEX triplet: DC, EF and 3B. RGB value is (220,239,59). Sum of RGB (Red+Green+Blue) = 220+239+59=518 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.47% from 518); Green value is 239 (93.75% from 255 or 46.14% from 518); Blue value is 59 (23.44% from 255 or 11.39% from 518); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEF3B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEF3B is #2310C4. Grayscale: #D5D5D5. Windows color (decimal): -2298053 or 3928028. OLE color: 3928028.

HSL color Cylindrical-coordinate representation of color #DCEF3B: hue angle of 66.33º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DCEF3B is Cyan = 0.08, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.

Color convert

RGB 220 239 59 -
CMYK 0.08 0 0.75 0.06
HSL 66.33º 0.85% 0.58% -
HSV(B) 66.33º 0.75% 0.94% -
XYZ 61.17 77.26 15.83 -
YUV 212.8 41.21 133.14 -
System Red Green Blue C M Y K H S L
Decimal 220 239 59 0.08 0 0.75 0.06 66.33 0.85 0.58
Hex DC EF 3B 8 0 4B 6 42 55 3A
Octal 334 357 73 10 0 113 6 102 125 72
Binary 11011100 11101111 111011 1000 0 1001011 110 1000010 1010101 111010

Color Harmonies of #DCEF3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEF3B

Black with #DCEF3B

Text Example


Text Example

White with #DCEF3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEF3B; }

 p { color: rgb(220,239,59); }

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

background-color css

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

 a { background-color: rgb(220,239,59); }

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

border-color css

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

 span { border-color: rgb(220,239,59); }

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