Html Css Color HEX #DCF28A Jonquil

📋 copy color: '#DCF28A'

red 220 ◦ green 242 ◦ blue 138

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

Shades of Jonquil #DCF28A

Tints of Jonquil #DCF28A

RGB

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

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

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

R = 36.67%
G = 40.33%
B = 23%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#DCF28A (or 0xDCF28A) is known color: Jonquil. HEX triplet: DC, F2 and 8A. RGB value is (220,242,138). Sum of RGB (Red+Green+Blue) = 220+242+138=600 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.67% from 600); Green value is 242 (94.92% from 255 or 40.33% from 600); Blue value is 138 (54.30% from 255 or 23% from 600); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF28A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF28A is #230D75. Grayscale: #DFDFDF. Windows color (decimal): -2297206 or 9106140. OLE color: 9106140.

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

Color convert

RGB 220 242 138 -
CMYK 0.09 0 0.43 0.05
HSL 72.69º 0.8% 0.75% -
HSV(B) 72.69º 0.43% 0.95% -
XYZ 65.85 80.55 36.12 -
YUV 223.57 79.71 125.46 -
System Red Green Blue C M Y K H S L
Decimal 220 242 138 0.09 0 0.43 0.05 72.69 0.8 0.75
Hex DC F2 8A 9 0 2B 5 49 50 4B
Octal 334 362 212 11 0 53 5 111 120 113
Binary 11011100 11110010 10001010 1001 0 101011 101 1001001 1010000 1001011

Color Harmonies of #DCF28A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF28A

Black with #DCF28A

Text Example


Text Example

White with #DCF28A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF28A; }

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

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

background-color css

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

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

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

border-color css

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

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

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