Html Css Color HEX #EFF850 Paris Daisy

📋 copy color: '#EFF850'

red 239 ◦ green 248 ◦ blue 80

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

Shades of Paris Daisy #EFF850

Tints of Paris Daisy #EFF850

RGB

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

 GREEN value IS 248 (97.27% from 255) = 43.74%

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

R = 42.15%
G = 43.74%
B = 14.11%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#EFF850 (or 0xEFF850) is known color: Paris Daisy. HEX triplet: EF, F8 and 50. RGB value is (239,248,80). Sum of RGB (Red+Green+Blue) = 239+248+80=567 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.15% from 567); Green value is 248 (97.27% from 255 or 43.74% from 567); Blue value is 80 (31.64% from 255 or 14.11% from 567); Max value from RGB is 248 - color contains mainly: green. Hex color #EFF850 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF850 is #1007AF. Grayscale: #E2E2E2. Windows color (decimal): -1050544 or 5306607. OLE color: 5306607.

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

Color convert

RGB 239 248 80 -
CMYK 0.04 0 0.68 0.03
HSL 63.21º 0.92% 0.64% -
HSV(B) 63.21º 0.68% 0.97% -
XYZ 70.61 86.06 20.48 -
YUV 226.16 45.52 137.16 -
System Red Green Blue C M Y K H S L
Decimal 239 248 80 0.04 0 0.68 0.03 63.21 0.92 0.64
Hex EF F8 50 4 0 44 3 3F 5C 40
Octal 357 370 120 4 0 104 3 77 134 100
Binary 11101111 11111000 1010000 100 0 1000100 11 111111 1011100 1000000

Color Harmonies of #EFF850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF850

Black with #EFF850

Text Example


Text Example

White with #EFF850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF850; }

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

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

background-color css

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

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

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

border-color css

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

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

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