Html Css Color HEX #EDFF3A Paris Daisy

📋 copy color: '#EDFF3A'

red 237 ◦ green 255 ◦ blue 58

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

Shades of Paris Daisy #EDFF3A

Tints of Paris Daisy #EDFF3A

RGB

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

 GREEN value IS 255 (100% from 255) = 46.36%

 BLUE value IS 58 (23.05% from 255) = 10.55%

R = 43.09%
G = 46.36%
B = 10.55%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.77

 K value IS 0

RGB Variations

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

Color information

#EDFF3A (or 0xEDFF3A) is known color: Paris Daisy. HEX triplet: ED, FF and 3A. RGB value is (237,255,58). Sum of RGB (Red+Green+Blue) = 237+255+58=550 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.09% from 550); Green value is 255 (100% from 255 or 46.36% from 550); Blue value is 58 (23.05% from 255 or 10.55% from 550); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFF3A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDFF3A is #1200C5. Grayscale: #E3E3E3. Windows color (decimal): -1179846 or 3866605. OLE color: 3866605.

HSL color Cylindrical-coordinate representation of color #EDFF3A: hue angle of 65.48º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EDFF3A is Cyan = 0.07, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.

Color convert

RGB 237 255 58 -
CMYK 0.07 0 0.77 0
HSL 65.48º 1% 0.61% -
HSV(B) 65.48º 0.77% 1% -
XYZ 71.45 89.83 17.58 -
YUV 227.16 32.54 135.02 -
System Red Green Blue C M Y K H S L
Decimal 237 255 58 0.07 0 0.77 0 65.48 1 0.61
Hex ED FF 3A 7 0 4D 0 41 64 3D
Octal 355 377 72 7 0 115 0 101 144 75
Binary 11101101 11111111 111010 111 0 1001101 0 1000001 1100100 111101

Color Harmonies of #EDFF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFF3A

Black with #EDFF3A

Text Example


Text Example

White with #EDFF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFF3A; }

 p { color: rgb(237,255,58); }

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

background-color css

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

 a { background-color: rgb(237,255,58); }

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

border-color css

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

 span { border-color: rgb(237,255,58); }

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