Html Css Color HEX #EDFF42 Paris Daisy

📋 copy color: '#EDFF42'

red 237 ◦ green 255 ◦ blue 66

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

Shades of Paris Daisy #EDFF42

Tints of Paris Daisy #EDFF42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 11.83%

R = 42.47%
G = 45.7%
B = 11.83%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.74

 K value IS 0

RGB Variations

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

Color information

#EDFF42 (or 0xEDFF42) is known color: Paris Daisy. HEX triplet: ED, FF and 42. RGB value is (237,255,66). Sum of RGB (Red+Green+Blue) = 237+255+66=558 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.47% from 558); Green value is 255 (100% from 255 or 45.70% from 558); Blue value is 66 (26.17% from 255 or 11.83% from 558); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFF42 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDFF42 is #1200BD. Grayscale: #E4E4E4. Windows color (decimal): -1179838 or 4390893. OLE color: 4390893.

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

Color convert

RGB 237 255 66 -
CMYK 0.07 0 0.74 0
HSL 65.71º 1% 0.63% -
HSV(B) 65.71º 0.74% 1% -
XYZ 71.67 89.92 18.73 -
YUV 228.07 36.54 134.37 -
System Red Green Blue C M Y K H S L
Decimal 237 255 66 0.07 0 0.74 0 65.71 1 0.63
Hex ED FF 42 7 0 4A 0 42 64 3F
Octal 355 377 102 7 0 112 0 102 144 77
Binary 11101101 11111111 1000010 111 0 1001010 0 1000010 1100100 111111

Color Harmonies of #EDFF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFF42

Black with #EDFF42

Text Example


Text Example

White with #EDFF42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFF42; }

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

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

background-color css

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

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

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

border-color css

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

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

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