Html Css Color HEX #EFF650 Paris Daisy

📋 copy color: '#EFF650'

red 239 ◦ green 246 ◦ blue 80

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

Shades of Paris Daisy #EFF650

Tints of Paris Daisy #EFF650

RGB

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

 GREEN value IS 246 (96.48% from 255) = 43.54%

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

R = 42.3%
G = 43.54%
B = 14.16%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#EFF650 (or 0xEFF650) is known color: Paris Daisy. HEX triplet: EF, F6 and 50. RGB value is (239,246,80). Sum of RGB (Red+Green+Blue) = 239+246+80=565 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.30% from 565); Green value is 246 (96.48% from 255 or 43.54% from 565); Blue value is 80 (31.64% from 255 or 14.16% from 565); Max value from RGB is 246 - color contains mainly: green. Hex color #EFF650 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF650 is #1009AF. Grayscale: #E1E1E1. Windows color (decimal): -1051056 or 5306095. OLE color: 5306095.

HSL color Cylindrical-coordinate representation of color #EFF650: hue angle of 62.53º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EFF650 is Cyan = 0.03, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.

Color convert

RGB 239 246 80 -
CMYK 0.03 0 0.67 0.04
HSL 62.53º 0.9% 0.64% -
HSV(B) 62.53º 0.67% 0.96% -
XYZ 70 84.84 20.28 -
YUV 224.98 46.18 138 -
System Red Green Blue C M Y K H S L
Decimal 239 246 80 0.03 0 0.67 0.04 62.53 0.9 0.64
Hex EF F6 50 3 0 43 4 3F 5A 40
Octal 357 366 120 3 0 103 4 77 132 100
Binary 11101111 11110110 1010000 11 0 1000011 100 111111 1011010 1000000

Color Harmonies of #EFF650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF650

Black with #EFF650

Text Example


Text Example

White with #EFF650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF650; }

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

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

background-color css

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

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

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

border-color css

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

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

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