Html Css Color HEX #EDF294 Jonquil

📋 copy color: '#EDF294'

red 237 ◦ green 242 ◦ blue 148

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

Shades of Jonquil #EDF294

Tints of Jonquil #EDF294

RGB

 RED value IS 237 (92.97% from 255) = 37.8%

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

 BLUE value IS 148 (58.2% from 255) = 23.6%

R = 37.8%
G = 38.6%
B = 23.6%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#EDF294 (or 0xEDF294) is known color: Jonquil. HEX triplet: ED, F2 and 94. RGB value is (237,242,148). Sum of RGB (Red+Green+Blue) = 237+242+148=627 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.80% from 627); Green value is 242 (94.92% from 255 or 38.60% from 627); Blue value is 148 (58.20% from 255 or 23.60% from 627); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF294 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF294 is #120D6B. Grayscale: #E6E6E6. Windows color (decimal): -1183084 or 9761517. OLE color: 9761517.

HSL color Cylindrical-coordinate representation of color #EDF294: hue angle of 63.19º degrees, saturation: 0.78, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EDF294 is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 242 148 -
CMYK 0.02 0 0.39 0.05
HSL 63.19º 0.78% 0.76% -
HSV(B) 63.19º 0.39% 0.95% -
XYZ 72.02 83.65 40.37 -
YUV 229.79 81.84 133.14 -
System Red Green Blue C M Y K H S L
Decimal 237 242 148 0.02 0 0.39 0.05 63.19 0.78 0.76
Hex ED F2 94 2 0 27 5 3F 4E 4C
Octal 355 362 224 2 0 47 5 77 116 114
Binary 11101101 11110010 10010100 10 0 100111 101 111111 1001110 1001100

Color Harmonies of #EDF294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF294

Black with #EDF294

Text Example


Text Example

White with #EDF294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF294; }

 p { color: rgb(237,242,148); }

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

background-color css

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

 a { background-color: rgb(237,242,148); }

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

border-color css

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

 span { border-color: rgb(237,242,148); }

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