Html Css Color HEX #DCF58A Jonquil

📋 copy color: '#DCF58A'

red 220 ◦ green 245 ◦ blue 138

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

Shades of Jonquil #DCF58A

Tints of Jonquil #DCF58A

RGB

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

 GREEN value IS 245 (96.09% from 255) = 40.63%

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

R = 36.48%
G = 40.63%
B = 22.89%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.44

 K value IS 0.04

RGB Variations

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

Color information

#DCF58A (or 0xDCF58A) is known color: Jonquil. HEX triplet: DC, F5 and 8A. RGB value is (220,245,138). Sum of RGB (Red+Green+Blue) = 220+245+138=603 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.48% from 603); Green value is 245 (96.09% from 255 or 40.63% from 603); Blue value is 138 (54.30% from 255 or 22.89% from 603); Max value from RGB is 245 - color contains mainly: green. Hex color #DCF58A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF58A is #230A75. Grayscale: #E1E1E1. Windows color (decimal): -2296438 or 9106908. OLE color: 9106908.

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

Color convert

RGB 220 245 138 -
CMYK 0.10 0 0.44 0.04
HSL 74.02º 0.84% 0.75% -
HSV(B) 74.02º 0.44% 0.96% -
XYZ 66.76 82.36 36.42 -
YUV 225.33 78.72 124.2 -
System Red Green Blue C M Y K H S L
Decimal 220 245 138 0.10 0 0.44 0.04 74.02 0.84 0.75
Hex DC F5 8A A 0 2C 4 4A 54 4B
Octal 334 365 212 12 0 54 4 112 124 113
Binary 11011100 11110101 10001010 1010 0 101100 100 1001010 1010100 1001011

Color Harmonies of #DCF58A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF58A

Black with #DCF58A

Text Example


Text Example

White with #DCF58A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF58A; }

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

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

background-color css

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

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

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

border-color css

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

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

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