Html Css Color HEX #EDFE3C Paris Daisy

📋 copy color: '#EDFE3C'

red 237 ◦ green 254 ◦ blue 60

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

Shades of Paris Daisy #EDFE3C

Tints of Paris Daisy #EDFE3C

RGB

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

 GREEN value IS 254 (99.61% from 255) = 46.1%

 BLUE value IS 60 (23.83% from 255) = 10.89%

R = 43.01%
G = 46.1%
B = 10.89%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.76

 K value IS 0.00

RGB Variations

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

Color information

#EDFE3C (or 0xEDFE3C) is known color: Paris Daisy. HEX triplet: ED, FE and 3C. RGB value is (237,254,60). Sum of RGB (Red+Green+Blue) = 237+254+60=551 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.01% from 551); Green value is 254 (99.61% from 255 or 46.10% from 551); Blue value is 60 (23.83% from 255 or 10.89% from 551); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFE3C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDFE3C is #1201C3. Grayscale: #E3E3E3. Windows color (decimal): -1180100 or 3997421. OLE color: 3997421.

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

Color convert

RGB 237 254 60 -
CMYK 0.07 0 0.76 0.00
HSL 65.26º 0.99% 0.62% -
HSV(B) 65.26º 0.76% 1% -
XYZ 71.18 89.21 17.74 -
YUV 226.8 33.87 135.27 -
System Red Green Blue C M Y K H S L
Decimal 237 254 60 0.07 0 0.76 0.00 65.26 0.99 0.62
Hex ED FE 3C 7 0 4C 0 41 63 3E
Octal 355 376 74 7 0 114 0 101 143 76
Binary 11101101 11111110 111100 111 0 1001100 0 1000001 1100011 111110

Color Harmonies of #EDFE3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFE3C

Black with #EDFE3C

Text Example


Text Example

White with #EDFE3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFE3C; }

 p { color: rgb(237,254,60); }

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

background-color css

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

 a { background-color: rgb(237,254,60); }

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

border-color css

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

 span { border-color: rgb(237,254,60); }

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