Html Css Color HEX #DCEF31 Pear

📋 copy color: '#DCEF31'

red 220 ◦ green 239 ◦ blue 49

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

Shades of Pear #DCEF31

Tints of Pear #DCEF31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 9.65%

R = 43.31%
G = 47.05%
B = 9.65%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#DCEF31 (or 0xDCEF31) is known color: Pear. HEX triplet: DC, EF and 31. RGB value is (220,239,49). Sum of RGB (Red+Green+Blue) = 220+239+49=508 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.31% from 508); Green value is 239 (93.75% from 255 or 47.05% from 508); Blue value is 49 (19.53% from 255 or 9.65% from 508); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEF31 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEF31 is #2310CE. Grayscale: #D4D4D4. Windows color (decimal): -2298063 or 3272668. OLE color: 3272668.

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

Color convert

RGB 220 239 49 -
CMYK 0.08 0 0.79 0.06
HSL 66º 0.86% 0.56% -
HSV(B) 66º 0.79% 0.94% -
XYZ 60.94 77.17 14.59 -
YUV 211.66 36.21 133.95 -
System Red Green Blue C M Y K H S L
Decimal 220 239 49 0.08 0 0.79 0.06 66 0.86 0.56
Hex DC EF 31 8 0 4F 6 42 56 38
Octal 334 357 61 10 0 117 6 102 126 70
Binary 11011100 11101111 110001 1000 0 1001111 110 1000010 1010110 111000

Color Harmonies of #DCEF31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEF31

Black with #DCEF31

Text Example


Text Example

White with #DCEF31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEF31; }

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

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

background-color css

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

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

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

border-color css

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

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

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