Html Css Color HEX #EDFB3F Paris Daisy

📋 copy color: '#EDFB3F'

red 237 ◦ green 251 ◦ blue 63

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

Shades of Paris Daisy #EDFB3F

Tints of Paris Daisy #EDFB3F

RGB

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

 GREEN value IS 251 (98.44% from 255) = 45.55%

 BLUE value IS 63 (25% from 255) = 11.43%

R = 43.01%
G = 45.55%
B = 11.43%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#EDFB3F (or 0xEDFB3F) is known color: Paris Daisy. HEX triplet: ED, FB and 3F. RGB value is (237,251,63). Sum of RGB (Red+Green+Blue) = 237+251+63=551 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.01% from 551); Green value is 251 (98.44% from 255 or 45.55% from 551); Blue value is 63 (25% from 255 or 11.43% from 551); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFB3F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDFB3F is #1204C0. Grayscale: #E2E2E2. Windows color (decimal): -1180865 or 4193261. OLE color: 4193261.

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

Color convert

RGB 237 251 63 -
CMYK 0.06 0 0.75 0.02
HSL 64.47º 0.96% 0.62% -
HSV(B) 64.47º 0.75% 0.98% -
XYZ 70.32 87.36 17.86 -
YUV 225.38 36.36 136.29 -
System Red Green Blue C M Y K H S L
Decimal 237 251 63 0.06 0 0.75 0.02 64.47 0.96 0.62
Hex ED FB 3F 6 0 4B 2 40 60 3E
Octal 355 373 77 6 0 113 2 100 140 76
Binary 11101101 11111011 111111 110 0 1001011 10 1000000 1100000 111110

Color Harmonies of #EDFB3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFB3F

Black with #EDFB3F

Text Example


Text Example

White with #EDFB3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFB3F; }

 p { color: rgb(237,251,63); }

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

background-color css

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

 a { background-color: rgb(237,251,63); }

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

border-color css

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

 span { border-color: rgb(237,251,63); }

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