Html Css Color HEX #DCF08A Jonquil

📋 copy color: '#DCF08A'

red 220 ◦ green 240 ◦ blue 138

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

Shades of Jonquil #DCF08A

Tints of Jonquil #DCF08A

RGB

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

 GREEN value IS 240 (94.14% from 255) = 40.13%

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

R = 36.79%
G = 40.13%
B = 23.08%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#DCF08A (or 0xDCF08A) is known color: Jonquil. HEX triplet: DC, F0 and 8A. RGB value is (220,240,138). Sum of RGB (Red+Green+Blue) = 220+240+138=598 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.79% from 598); Green value is 240 (94.14% from 255 or 40.13% from 598); Blue value is 138 (54.30% from 255 or 23.08% from 598); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF08A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF08A is #230F75. Grayscale: #DEDEDE. Windows color (decimal): -2297718 or 9105628. OLE color: 9105628.

HSL color Cylindrical-coordinate representation of color #DCF08A: hue angle of 71.76º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DCF08A is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB 220 240 138 -
CMYK 0.08 0 0.42 0.06
HSL 71.76º 0.77% 0.74% -
HSV(B) 71.76º 0.43% 0.94% -
XYZ 65.26 79.37 35.93 -
YUV 222.39 80.37 126.29 -
System Red Green Blue C M Y K H S L
Decimal 220 240 138 0.08 0 0.42 0.06 71.76 0.77 0.74
Hex DC F0 8A 8 0 2A 6 48 4D 4A
Octal 334 360 212 10 0 52 6 110 115 112
Binary 11011100 11110000 10001010 1000 0 101010 110 1001000 1001101 1001010

Color Harmonies of #DCF08A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF08A

Black with #DCF08A

Text Example


Text Example

White with #DCF08A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF08A; }

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

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

background-color css

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

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

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

border-color css

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

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

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