Html Css Color HEX #DCF48A Jonquil

📋 copy color: '#DCF48A'

red 220 ◦ green 244 ◦ blue 138

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

Shades of Jonquil #DCF48A

Tints of Jonquil #DCF48A

RGB

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

 GREEN value IS 244 (95.7% from 255) = 40.53%

 BLUE value IS 138 (54.3% from 255) = 22.92%

R = 36.54%
G = 40.53%
B = 22.92%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#DCF48A (or 0xDCF48A) is known color: Jonquil. HEX triplet: DC, F4 and 8A. RGB value is (220,244,138). Sum of RGB (Red+Green+Blue) = 220+244+138=602 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.54% from 602); Green value is 244 (95.70% from 255 or 40.53% from 602); Blue value is 138 (54.30% from 255 or 22.92% from 602); Max value from RGB is 244 - color contains mainly: green. Hex color #DCF48A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF48A is #230B75. Grayscale: #E1E1E1. Windows color (decimal): -2296694 or 9106652. OLE color: 9106652.

HSL color Cylindrical-coordinate representation of color #DCF48A: hue angle of 73.58º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DCF48A is Cyan = 0.10, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB 220 244 138 -
CMYK 0.10 0 0.43 0.04
HSL 73.58º 0.83% 0.75% -
HSV(B) 73.58º 0.43% 0.96% -
XYZ 66.45 81.75 36.32 -
YUV 224.74 79.05 124.62 -
System Red Green Blue C M Y K H S L
Decimal 220 244 138 0.10 0 0.43 0.04 73.58 0.83 0.75
Hex DC F4 8A A 0 2B 4 4A 53 4B
Octal 334 364 212 12 0 53 4 112 123 113
Binary 11011100 11110100 10001010 1010 0 101011 100 1001010 1010011 1001011

Color Harmonies of #DCF48A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF48A

Black with #DCF48A

Text Example


Text Example

White with #DCF48A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF48A; }

 p { color: rgb(220,244,138); }

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

background-color css

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

 a { background-color: rgb(220,244,138); }

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

border-color css

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

 span { border-color: rgb(220,244,138); }

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