Html Css Color HEX #EFF93E Paris Daisy

📋 copy color: '#EFF93E'

red 239 ◦ green 249 ◦ blue 62

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

Shades of Paris Daisy #EFF93E

Tints of Paris Daisy #EFF93E

RGB

 RED value IS 239 (93.75% from 255) = 43.45%

 GREEN value IS 249 (97.66% from 255) = 45.27%

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

R = 43.45%
G = 45.27%
B = 11.27%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#EFF93E (or 0xEFF93E) is known color: Paris Daisy. HEX triplet: EF, F9 and 3E. RGB value is (239,249,62). Sum of RGB (Red+Green+Blue) = 239+249+62=550 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.45% from 550); Green value is 249 (97.66% from 255 or 45.27% from 550); Blue value is 62 (24.61% from 255 or 11.27% from 550); Max value from RGB is 249 - color contains mainly: green. Hex color #EFF93E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF93E is #1006C1. Grayscale: #E1E1E1. Windows color (decimal): -1050306 or 4127215. OLE color: 4127215.

HSL color Cylindrical-coordinate representation of color #EFF93E: hue angle of 63.21º degrees, saturation: 0.94, 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 #EFF93E is Cyan = 0.04, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.02.

Color convert

RGB 239 249 62 -
CMYK 0.04 0 0.75 0.02
HSL 63.21º 0.94% 0.61% -
HSV(B) 63.21º 0.75% 0.98% -
XYZ 70.34 86.45 17.54 -
YUV 224.69 36.19 138.21 -
System Red Green Blue C M Y K H S L
Decimal 239 249 62 0.04 0 0.75 0.02 63.21 0.94 0.61
Hex EF F9 3E 4 0 4B 2 3F 5E 3D
Octal 357 371 76 4 0 113 2 77 136 75
Binary 11101111 11111001 111110 100 0 1001011 10 111111 1011110 111101

Color Harmonies of #EFF93E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF93E

Black with #EFF93E

Text Example


Text Example

White with #EFF93E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF93E; }

 p { color: rgb(239,249,62); }

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

background-color css

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

 a { background-color: rgb(239,249,62); }

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

border-color css

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

 span { border-color: rgb(239,249,62); }

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