Html Css Color HEX #DCEF2A Pear

📋 copy color: '#DCEF2A'

red 220 ◦ green 239 ◦ blue 42

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

Shades of Pear #DCEF2A

Tints of Pear #DCEF2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 8.38%

R = 43.91%
G = 47.7%
B = 8.38%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#DCEF2A (or 0xDCEF2A) is known color: Pear. HEX triplet: DC, EF and 2A. RGB value is (220,239,42). Sum of RGB (Red+Green+Blue) = 220+239+42=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 239 (93.75% from 255 or 47.70% from 501); Blue value is 42 (16.80% from 255 or 8.38% from 501); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEF2A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEF2A is #2310D5. Grayscale: #D3D3D3. Windows color (decimal): -2298070 or 2813916. OLE color: 2813916.

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

Color convert

RGB 220 239 42 -
CMYK 0.08 0 0.82 0.06
HSL 65.79º 0.86% 0.55% -
HSV(B) 65.79º 0.82% 0.94% -
XYZ 60.8 77.12 13.87 -
YUV 210.86 32.71 134.52 -
System Red Green Blue C M Y K H S L
Decimal 220 239 42 0.08 0 0.82 0.06 65.79 0.86 0.55
Hex DC EF 2A 8 0 52 6 42 56 37
Octal 334 357 52 10 0 122 6 102 126 67
Binary 11011100 11101111 101010 1000 0 1010010 110 1000010 1010110 110111

Color Harmonies of #DCEF2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEF2A

Black with #DCEF2A

Text Example


Text Example

White with #DCEF2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEF2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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