Html Css Color HEX #DCF63A Pear

📋 copy color: '#DCF63A'

red 220 ◦ green 246 ◦ blue 58

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

Shades of Pear #DCF63A

Tints of Pear #DCF63A

RGB

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

 GREEN value IS 246 (96.48% from 255) = 46.95%

 BLUE value IS 58 (23.05% from 255) = 11.07%

R = 41.98%
G = 46.95%
B = 11.07%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.76

 K value IS 0.04

RGB Variations

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

Color information

#DCF63A (or 0xDCF63A) is known color: Pear. HEX triplet: DC, F6 and 3A. RGB value is (220,246,58). Sum of RGB (Red+Green+Blue) = 220+246+58=524 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.98% from 524); Green value is 246 (96.48% from 255 or 46.95% from 524); Blue value is 58 (23.05% from 255 or 11.07% from 524); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF63A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF63A is #2309C5. Grayscale: #D9D9D9. Windows color (decimal): -2296262 or 3864284. OLE color: 3864284.

HSL color Cylindrical-coordinate representation of color #DCF63A: hue angle of 68.3º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DCF63A is Cyan = 0.11, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.04.

Color convert

RGB 220 246 58 -
CMYK 0.11 0 0.76 0.04
HSL 68.3º 0.91% 0.6% -
HSV(B) 68.3º 0.76% 0.96% -
XYZ 63.23 81.43 16.39 -
YUV 216.79 38.39 130.29 -
System Red Green Blue C M Y K H S L
Decimal 220 246 58 0.11 0 0.76 0.04 68.3 0.91 0.6
Hex DC F6 3A B 0 4C 4 44 5B 3C
Octal 334 366 72 13 0 114 4 104 133 74
Binary 11011100 11110110 111010 1011 0 1001100 100 1000100 1011011 111100

Color Harmonies of #DCF63A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF63A

Black with #DCF63A

Text Example


Text Example

White with #DCF63A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF63A; }

 p { color: rgb(220,246,58); }

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

background-color css

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

 a { background-color: rgb(220,246,58); }

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

border-color css

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

 span { border-color: rgb(220,246,58); }

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