Html Css Color HEX #EDFE4B Paris Daisy

📋 copy color: '#EDFE4B'

red 237 ◦ green 254 ◦ blue 75

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

Shades of Paris Daisy #EDFE4B

Tints of Paris Daisy #EDFE4B

RGB

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

 GREEN value IS 254 (99.61% from 255) = 44.88%

 BLUE value IS 75 (29.69% from 255) = 13.25%

R = 41.87%
G = 44.88%
B = 13.25%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#EDFE4B (or 0xEDFE4B) is known color: Paris Daisy. HEX triplet: ED, FE and 4B. RGB value is (237,254,75). Sum of RGB (Red+Green+Blue) = 237+254+75=566 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.87% from 566); Green value is 254 (99.61% from 255 or 44.88% from 566); Blue value is 75 (29.69% from 255 or 13.25% from 566); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFE4B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDFE4B is #1201B4. Grayscale: #E5E5E5. Windows color (decimal): -1180085 or 4980461. OLE color: 4980461.

HSL color Cylindrical-coordinate representation of color #EDFE4B: hue angle of 65.7º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EDFE4B is Cyan = 0.07, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.00.

Color convert

RGB 237 254 75 -
CMYK 0.07 0 0.70 0.00
HSL 65.7º 0.99% 0.65% -
HSV(B) 65.7º 0.7% 1% -
XYZ 71.64 89.4 20.14 -
YUV 228.51 41.37 134.05 -
System Red Green Blue C M Y K H S L
Decimal 237 254 75 0.07 0 0.70 0.00 65.7 0.99 0.65
Hex ED FE 4B 7 0 46 0 42 63 41
Octal 355 376 113 7 0 106 0 102 143 101
Binary 11101101 11111110 1001011 111 0 1000110 0 1000010 1100011 1000001

Color Harmonies of #EDFE4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFE4B

Black with #EDFE4B

Text Example


Text Example

White with #EDFE4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFE4B; }

 p { color: rgb(237,254,75); }

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

background-color css

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

 a { background-color: rgb(237,254,75); }

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

border-color css

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

 span { border-color: rgb(237,254,75); }

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