Html Css Color HEX #EFF241 Paris Daisy

📋 copy color: '#EFF241'

red 239 ◦ green 242 ◦ blue 65

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

Shades of Paris Daisy #EFF241

Tints of Paris Daisy #EFF241

RGB

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

 GREEN value IS 242 (94.92% from 255) = 44.32%

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

R = 43.77%
G = 44.32%
B = 11.9%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#EFF241 (or 0xEFF241) is known color: Paris Daisy. HEX triplet: EF, F2 and 41. RGB value is (239,242,65). Sum of RGB (Red+Green+Blue) = 239+242+65=546 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.77% from 546); Green value is 242 (94.92% from 255 or 44.32% from 546); Blue value is 65 (25.78% from 255 or 11.90% from 546); Max value from RGB is 242 - color contains mainly: green. Hex color #EFF241 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF241 is #100DBE. Grayscale: #DDDDDD. Windows color (decimal): -1052095 or 4322031. OLE color: 4322031.

HSL color Cylindrical-coordinate representation of color #EFF241: hue angle of 61.02º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EFF241 is Cyan = 0.01, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB 239 242 65 -
CMYK 0.01 0 0.73 0.05
HSL 61.02º 0.87% 0.6% -
HSV(B) 61.02º 0.73% 0.95% -
XYZ 68.3 82.24 17.27 -
YUV 220.93 40.01 140.89 -
System Red Green Blue C M Y K H S L
Decimal 239 242 65 0.01 0 0.73 0.05 61.02 0.87 0.6
Hex EF F2 41 1 0 49 5 3D 57 3C
Octal 357 362 101 1 0 111 5 75 127 74
Binary 11101111 11110010 1000001 1 0 1001001 101 111101 1010111 111100

Color Harmonies of #EFF241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF241

Black with #EFF241

Text Example


Text Example

White with #EFF241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF241; }

 p { color: rgb(239,242,65); }

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

background-color css

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

 a { background-color: rgb(239,242,65); }

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

border-color css

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

 span { border-color: rgb(239,242,65); }

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