Html Css Color HEX #DCF31D Pear

📋 copy color: '#DCF31D'

red 220 ◦ green 243 ◦ blue 29

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

Shades of Pear #DCF31D

Tints of Pear #DCF31D

RGB

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

 GREEN value IS 243 (95.31% from 255) = 49.39%

 BLUE value IS 29 (11.72% from 255) = 5.89%

R = 44.72%
G = 49.39%
B = 5.89%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#DCF31D (or 0xDCF31D) is known color: Pear. HEX triplet: DC, F3 and 1D. RGB value is (220,243,29). Sum of RGB (Red+Green+Blue) = 220+243+29=492 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.72% from 492); Green value is 243 (95.31% from 255 or 49.39% from 492); Blue value is 29 (11.72% from 255 or 5.89% from 492); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF31D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF31D is #230CE2. Grayscale: #D4D4D4. Windows color (decimal): -2297059 or 1962972. OLE color: 1962972.

HSL color Cylindrical-coordinate representation of color #DCF31D: hue angle of 66.45º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DCF31D is Cyan = 0.09, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.

Color convert

RGB 220 243 29 -
CMYK 0.09 0 0.88 0.05
HSL 66.45º 0.9% 0.53% -
HSV(B) 66.45º 0.88% 0.95% -
XYZ 61.79 79.41 13.23 -
YUV 211.73 24.88 133.9 -
System Red Green Blue C M Y K H S L
Decimal 220 243 29 0.09 0 0.88 0.05 66.45 0.9 0.53
Hex DC F3 1D 9 0 58 5 42 5A 35
Octal 334 363 35 11 0 130 5 102 132 65
Binary 11011100 11110011 11101 1001 0 1011000 101 1000010 1011010 110101

Color Harmonies of #DCF31D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF31D

Black with #DCF31D

Text Example


Text Example

White with #DCF31D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF31D; }

 p { color: rgb(220,243,29); }

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

background-color css

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

 a { background-color: rgb(220,243,29); }

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

border-color css

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

 span { border-color: rgb(220,243,29); }

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