Html Css Color HEX #DCEF1C Pear

📋 copy color: '#DCEF1C'

red 220 ◦ green 239 ◦ blue 28

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

Shades of Pear #DCEF1C

Tints of Pear #DCEF1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 5.75%

R = 45.17%
G = 49.08%
B = 5.75%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#DCEF1C (or 0xDCEF1C) is known color: Pear. HEX triplet: DC, EF and 1C. RGB value is (220,239,28). Sum of RGB (Red+Green+Blue) = 220+239+28=487 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.17% from 487); Green value is 239 (93.75% from 255 or 49.08% from 487); Blue value is 28 (11.33% from 255 or 5.75% from 487); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEF1C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEF1C is #2310E3. Grayscale: #D2D2D2. Windows color (decimal): -2298084 or 1896412. OLE color: 1896412.

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

Color convert

RGB 220 239 28 -
CMYK 0.08 0 0.88 0.06
HSL 65.4º 0.87% 0.52% -
HSV(B) 65.4º 0.88% 0.94% -
XYZ 60.59 77.03 12.77 -
YUV 209.27 25.71 135.66 -
System Red Green Blue C M Y K H S L
Decimal 220 239 28 0.08 0 0.88 0.06 65.4 0.87 0.52
Hex DC EF 1C 8 0 58 6 41 57 34
Octal 334 357 34 10 0 130 6 101 127 64
Binary 11011100 11101111 11100 1000 0 1011000 110 1000001 1010111 110100

Color Harmonies of #DCEF1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEF1C

Black with #DCEF1C

Text Example


Text Example

White with #DCEF1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEF1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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