Html Css Color HEX #EFF750 Paris Daisy

📋 copy color: '#EFF750'

red 239 ◦ green 247 ◦ blue 80

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

Shades of Paris Daisy #EFF750

Tints of Paris Daisy #EFF750

RGB

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

 GREEN value IS 247 (96.88% from 255) = 43.64%

 BLUE value IS 80 (31.64% from 255) = 14.13%

R = 42.23%
G = 43.64%
B = 14.13%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#EFF750 (or 0xEFF750) is known color: Paris Daisy. HEX triplet: EF, F7 and 50. RGB value is (239,247,80). Sum of RGB (Red+Green+Blue) = 239+247+80=566 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.23% from 566); Green value is 247 (96.88% from 255 or 43.64% from 566); Blue value is 80 (31.64% from 255 or 14.13% from 566); Max value from RGB is 247 - color contains mainly: green. Hex color #EFF750 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF750 is #1008AF. Grayscale: #E2E2E2. Windows color (decimal): -1050800 or 5306351. OLE color: 5306351.

HSL color Cylindrical-coordinate representation of color #EFF750: hue angle of 62.87º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EFF750 is Cyan = 0.03, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.03.

Color convert

RGB 239 247 80 -
CMYK 0.03 0 0.68 0.03
HSL 62.87º 0.91% 0.64% -
HSV(B) 62.87º 0.68% 0.97% -
XYZ 70.31 85.45 20.38 -
YUV 225.57 45.85 137.58 -
System Red Green Blue C M Y K H S L
Decimal 239 247 80 0.03 0 0.68 0.03 62.87 0.91 0.64
Hex EF F7 50 3 0 44 3 3F 5B 40
Octal 357 367 120 3 0 104 3 77 133 100
Binary 11101111 11110111 1010000 11 0 1000100 11 111111 1011011 1000000

Color Harmonies of #EFF750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF750

Black with #EFF750

Text Example


Text Example

White with #EFF750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF750; }

 p { color: rgb(239,247,80); }

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

background-color css

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

 a { background-color: rgb(239,247,80); }

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

border-color css

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

 span { border-color: rgb(239,247,80); }

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