Html Css Color HEX #DCF338 Pear

📋 copy color: '#DCF338'

red 220 ◦ green 243 ◦ blue 56

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

Shades of Pear #DCF338

Tints of Pear #DCF338

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 10.79%

R = 42.39%
G = 46.82%
B = 10.79%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.77

 K value IS 0.05

RGB Variations

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

Color information

#DCF338 (or 0xDCF338) is known color: Pear. HEX triplet: DC, F3 and 38. RGB value is (220,243,56). Sum of RGB (Red+Green+Blue) = 220+243+56=519 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.39% from 519); Green value is 243 (95.31% from 255 or 46.82% from 519); Blue value is 56 (22.27% from 255 or 10.79% from 519); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF338 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF338 is #230CC7. Grayscale: #D7D7D7. Windows color (decimal): -2297032 or 3732444. OLE color: 3732444.

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

Color convert

RGB 220 243 56 -
CMYK 0.09 0 0.77 0.05
HSL 67.38º 0.89% 0.59% -
HSV(B) 67.38º 0.77% 0.95% -
XYZ 62.28 79.6 15.82 -
YUV 214.81 38.38 131.71 -
System Red Green Blue C M Y K H S L
Decimal 220 243 56 0.09 0 0.77 0.05 67.38 0.89 0.59
Hex DC F3 38 9 0 4D 5 43 59 3B
Octal 334 363 70 11 0 115 5 103 131 73
Binary 11011100 11110011 111000 1001 0 1001101 101 1000011 1011001 111011

Color Harmonies of #DCF338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF338

Black with #DCF338

Text Example


Text Example

White with #DCF338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF338; }

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

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

background-color css

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

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

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

border-color css

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

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

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