Html Css Color HEX #EDFD42 Paris Daisy

📋 copy color: '#EDFD42'

red 237 ◦ green 253 ◦ blue 66

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

Shades of Paris Daisy #EDFD42

Tints of Paris Daisy #EDFD42

RGB

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

 GREEN value IS 253 (99.22% from 255) = 45.5%

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

R = 42.63%
G = 45.5%
B = 11.87%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#EDFD42 (or 0xEDFD42) is known color: Paris Daisy. HEX triplet: ED, FD and 42. RGB value is (237,253,66). Sum of RGB (Red+Green+Blue) = 237+253+66=556 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.63% from 556); Green value is 253 (99.22% from 255 or 45.50% from 556); Blue value is 66 (26.17% from 255 or 11.87% from 556); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFD42 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDFD42 is #1202BD. Grayscale: #E3E3E3. Windows color (decimal): -1180350 or 4390381. OLE color: 4390381.

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

Color convert

RGB 237 253 66 -
CMYK 0.06 0 0.74 0.01
HSL 65.13º 0.98% 0.63% -
HSV(B) 65.13º 0.74% 0.99% -
XYZ 71.03 88.65 18.52 -
YUV 226.9 37.2 135.21 -
System Red Green Blue C M Y K H S L
Decimal 237 253 66 0.06 0 0.74 0.01 65.13 0.98 0.63
Hex ED FD 42 6 0 4A 1 41 62 3F
Octal 355 375 102 6 0 112 1 101 142 77
Binary 11101101 11111101 1000010 110 0 1001010 1 1000001 1100010 111111

Color Harmonies of #EDFD42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFD42

Black with #EDFD42

Text Example


Text Example

White with #EDFD42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFD42; }

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

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

background-color css

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

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

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

border-color css

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

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

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