Html Css Color HEX #DCEF21 Pear

📋 copy color: '#DCEF21'

red 220 ◦ green 239 ◦ blue 33

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

Shades of Pear #DCEF21

Tints of Pear #DCEF21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 6.71%

R = 44.72%
G = 48.58%
B = 6.71%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.86

 K value IS 0.06

RGB Variations

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

Color information

#DCEF21 (or 0xDCEF21) is known color: Pear. HEX triplet: DC, EF and 21. RGB value is (220,239,33). Sum of RGB (Red+Green+Blue) = 220+239+33=492 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.72% from 492); Green value is 239 (93.75% from 255 or 48.58% from 492); Blue value is 33 (13.28% from 255 or 6.71% from 492); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEF21 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEF21 is #2310DE. Grayscale: #D2D2D2. Windows color (decimal): -2298079 or 2224092. OLE color: 2224092.

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

Color convert

RGB 220 239 33 -
CMYK 0.08 0 0.86 0.06
HSL 65.53º 0.87% 0.53% -
HSV(B) 65.53º 0.86% 0.94% -
XYZ 60.66 77.06 13.12 -
YUV 209.84 28.21 135.25 -
System Red Green Blue C M Y K H S L
Decimal 220 239 33 0.08 0 0.86 0.06 65.53 0.87 0.53
Hex DC EF 21 8 0 56 6 42 57 35
Octal 334 357 41 10 0 126 6 102 127 65
Binary 11011100 11101111 100001 1000 0 1010110 110 1000010 1010111 110101

Color Harmonies of #DCEF21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEF21

Black with #DCEF21

Text Example


Text Example

White with #DCEF21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEF21; }

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

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

background-color css

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

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

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

border-color css

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

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

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