Html Css Color HEX #EDF697 Jonquil

📋 copy color: '#EDF697'

red 237 ◦ green 246 ◦ blue 151

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

Shades of Jonquil #EDF697

Tints of Jonquil #EDF697

RGB

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

 GREEN value IS 246 (96.48% from 255) = 38.8%

 BLUE value IS 151 (59.38% from 255) = 23.82%

R = 37.38%
G = 38.8%
B = 23.82%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#EDF697 (or 0xEDF697) is known color: Jonquil. HEX triplet: ED, F6 and 97. RGB value is (237,246,151). Sum of RGB (Red+Green+Blue) = 237+246+151=634 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.38% from 634); Green value is 246 (96.48% from 255 or 38.80% from 634); Blue value is 151 (59.38% from 255 or 23.82% from 634); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF697 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF697 is #120968. Grayscale: #E8E8E8. Windows color (decimal): -1182057 or 9959149. OLE color: 9959149.

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

Color convert

RGB 237 246 151 -
CMYK 0.04 0 0.39 0.04
HSL 65.68º 0.84% 0.78% -
HSV(B) 65.68º 0.39% 0.96% -
XYZ 73.47 86.15 42.03 -
YUV 232.48 82.02 131.22 -
System Red Green Blue C M Y K H S L
Decimal 237 246 151 0.04 0 0.39 0.04 65.68 0.84 0.78
Hex ED F6 97 4 0 27 4 42 54 4E
Octal 355 366 227 4 0 47 4 102 124 116
Binary 11101101 11110110 10010111 100 0 100111 100 1000010 1010100 1001110

Color Harmonies of #EDF697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF697

Black with #EDF697

Text Example


Text Example

White with #EDF697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF697; }

 p { color: rgb(237,246,151); }

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

background-color css

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

 a { background-color: rgb(237,246,151); }

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

border-color css

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

 span { border-color: rgb(237,246,151); }

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