Html Css Color HEX #EDFB3E Paris Daisy

📋 copy color: '#EDFB3E'

red 237 ◦ green 251 ◦ blue 62

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

Shades of Paris Daisy #EDFB3E

Tints of Paris Daisy #EDFB3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 11.27%

R = 43.09%
G = 45.64%
B = 11.27%

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

#EDFB3E (or 0xEDFB3E) is known color: Paris Daisy. HEX triplet: ED, FB and 3E. RGB value is (237,251,62). Sum of RGB (Red+Green+Blue) = 237+251+62=550 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.09% from 550); Green value is 251 (98.44% from 255 or 45.64% from 550); Blue value is 62 (24.61% from 255 or 11.27% from 550); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFB3E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDFB3E is #1204C1. Grayscale: #E2E2E2. Windows color (decimal): -1180866 or 4127725. OLE color: 4127725.

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

Color convert

RGB 237 251 62 -
CMYK 0.06 0 0.75 0.02
HSL 64.44º 0.96% 0.61% -
HSV(B) 64.44º 0.75% 0.98% -
XYZ 70.29 87.35 17.71 -
YUV 225.27 35.86 136.37 -
System Red Green Blue C M Y K H S L
Decimal 237 251 62 0.06 0 0.75 0.02 64.44 0.96 0.61
Hex ED FB 3E 6 0 4B 2 40 60 3D
Octal 355 373 76 6 0 113 2 100 140 75
Binary 11101101 11111011 111110 110 0 1001011 10 1000000 1100000 111101

Color Harmonies of #EDFB3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFB3E

Black with #EDFB3E

Text Example


Text Example

White with #EDFB3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFB3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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