Html Css Color HEX #EDFD41 Paris Daisy

📋 copy color: '#EDFD41'

red 237 ◦ green 253 ◦ blue 65

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

Shades of Paris Daisy #EDFD41

Tints of Paris Daisy #EDFD41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 11.71%

R = 42.7%
G = 45.59%
B = 11.71%

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

#EDFD41 (or 0xEDFD41) is known color: Paris Daisy. HEX triplet: ED, FD and 41. RGB value is (237,253,65). Sum of RGB (Red+Green+Blue) = 237+253+65=555 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.70% from 555); Green value is 253 (99.22% from 255 or 45.59% from 555); Blue value is 65 (25.78% from 255 or 11.71% from 555); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFD41 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDFD41 is #1202BE. Grayscale: #E3E3E3. Windows color (decimal): -1180351 or 4324845. OLE color: 4324845.

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

Color convert

RGB 237 253 65 -
CMYK 0.06 0 0.74 0.01
HSL 65.11º 0.98% 0.62% -
HSV(B) 65.11º 0.74% 0.99% -
XYZ 71 88.64 18.37 -
YUV 226.78 36.7 135.29 -
System Red Green Blue C M Y K H S L
Decimal 237 253 65 0.06 0 0.74 0.01 65.11 0.98 0.62
Hex ED FD 41 6 0 4A 1 41 62 3E
Octal 355 375 101 6 0 112 1 101 142 76
Binary 11101101 11111101 1000001 110 0 1001010 1 1000001 1100010 111110

Color Harmonies of #EDFD41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFD41

Black with #EDFD41

Text Example


Text Example

White with #EDFD41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFD41; }

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

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

background-color css

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

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

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

border-color css

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

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

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