Html Css Color HEX #DCF28B Jonquil

📋 copy color: '#DCF28B'

red 220 ◦ green 242 ◦ blue 139

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

Shades of Jonquil #DCF28B

Tints of Jonquil #DCF28B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 23.13%

R = 36.61%
G = 40.27%
B = 23.13%

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

#DCF28B (or 0xDCF28B) is known color: Jonquil. HEX triplet: DC, F2 and 8B. RGB value is (220,242,139). Sum of RGB (Red+Green+Blue) = 220+242+139=601 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.61% from 601); Green value is 242 (94.92% from 255 or 40.27% from 601); Blue value is 139 (54.69% from 255 or 23.13% from 601); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF28B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF28B is #230D74. Grayscale: #E0E0E0. Windows color (decimal): -2297205 or 9171676. OLE color: 9171676.

HSL color Cylindrical-coordinate representation of color #DCF28B: hue angle of 72.82º 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 #DCF28B is Cyan = 0.09, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB 220 242 139 -
CMYK 0.09 0 0.43 0.05
HSL 72.82º 0.8% 0.75% -
HSV(B) 72.82º 0.43% 0.95% -
XYZ 65.93 80.58 36.51 -
YUV 223.68 80.21 125.38 -
System Red Green Blue C M Y K H S L
Decimal 220 242 139 0.09 0 0.43 0.05 72.82 0.8 0.75
Hex DC F2 8B 9 0 2B 5 49 50 4B
Octal 334 362 213 11 0 53 5 111 120 113
Binary 11011100 11110010 10001011 1001 0 101011 101 1001001 1010000 1001011

Color Harmonies of #DCF28B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF28B

Black with #DCF28B

Text Example


Text Example

White with #DCF28B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF28B; }

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

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

background-color css

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

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

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

border-color css

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

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

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