Html Css Color HEX #DCEF1E Pear

📋 copy color: '#DCEF1E'

red 220 ◦ green 239 ◦ blue 30

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

Shades of Pear #DCEF1E

Tints of Pear #DCEF1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.13%

R = 44.99%
G = 48.88%
B = 6.13%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#DCEF1E (or 0xDCEF1E) is known color: Pear. HEX triplet: DC, EF and 1E. RGB value is (220,239,30). Sum of RGB (Red+Green+Blue) = 220+239+30=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 239 (93.75% from 255 or 48.88% from 489); Blue value is 30 (12.11% from 255 or 6.13% from 489); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEF1E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEF1E is #2310E1. Grayscale: #D2D2D2. Windows color (decimal): -2298082 or 2027484. OLE color: 2027484.

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

Color convert

RGB 220 239 30 -
CMYK 0.08 0 0.87 0.06
HSL 65.45º 0.87% 0.53% -
HSV(B) 65.45º 0.87% 0.94% -
XYZ 60.62 77.04 12.9 -
YUV 209.49 26.71 135.49 -
System Red Green Blue C M Y K H S L
Decimal 220 239 30 0.08 0 0.87 0.06 65.45 0.87 0.53
Hex DC EF 1E 8 0 57 6 41 57 35
Octal 334 357 36 10 0 127 6 101 127 65
Binary 11011100 11101111 11110 1000 0 1010111 110 1000001 1010111 110101

Color Harmonies of #DCEF1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEF1E

Black with #DCEF1E

Text Example


Text Example

White with #DCEF1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEF1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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