Html Css Color HEX #DCF244 Pear

📋 copy color: '#DCF244'

red 220 ◦ green 242 ◦ blue 68

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

Shades of Pear #DCF244

Tints of Pear #DCF244

RGB

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

 GREEN value IS 242 (94.92% from 255) = 45.66%

 BLUE value IS 68 (26.95% from 255) = 12.83%

R = 41.51%
G = 45.66%
B = 12.83%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#DCF244 (or 0xDCF244) is known color: Pear. HEX triplet: DC, F2 and 44. RGB value is (220,242,68). Sum of RGB (Red+Green+Blue) = 220+242+68=530 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.51% from 530); Green value is 242 (94.92% from 255 or 45.66% from 530); Blue value is 68 (26.95% from 255 or 12.83% from 530); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF244 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF244 is #230DBB. Grayscale: #D8D8D8. Windows color (decimal): -2297276 or 4518620. OLE color: 4518620.

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

Color convert

RGB 220 242 68 -
CMYK 0.09 0 0.72 0.05
HSL 67.59º 0.87% 0.61% -
HSV(B) 67.59º 0.72% 0.95% -
XYZ 62.31 79.14 17.46 -
YUV 215.59 44.71 131.15 -
System Red Green Blue C M Y K H S L
Decimal 220 242 68 0.09 0 0.72 0.05 67.59 0.87 0.61
Hex DC F2 44 9 0 48 5 44 57 3D
Octal 334 362 104 11 0 110 5 104 127 75
Binary 11011100 11110010 1000100 1001 0 1001000 101 1000100 1010111 111101

Color Harmonies of #DCF244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF244

Black with #DCF244

Text Example


Text Example

White with #DCF244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF244; }

 p { color: rgb(220,242,68); }

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

background-color css

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

 a { background-color: rgb(220,242,68); }

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

border-color css

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

 span { border-color: rgb(220,242,68); }

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