Html Css Color HEX #EFF84B Paris Daisy

📋 copy color: '#EFF84B'

red 239 ◦ green 248 ◦ blue 75

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

Shades of Paris Daisy #EFF84B

Tints of Paris Daisy #EFF84B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 13.35%

R = 42.53%
G = 44.13%
B = 13.35%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.70

 K value IS 0.03

RGB Variations

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

Color information

#EFF84B (or 0xEFF84B) is known color: Paris Daisy. HEX triplet: EF, F8 and 4B. RGB value is (239,248,75). Sum of RGB (Red+Green+Blue) = 239+248+75=562 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.53% from 562); Green value is 248 (97.27% from 255 or 44.13% from 562); Blue value is 75 (29.69% from 255 or 13.35% from 562); Max value from RGB is 248 - color contains mainly: green. Hex color #EFF84B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF84B is #1007B4. Grayscale: #E2E2E2. Windows color (decimal): -1050549 or 4978927. OLE color: 4978927.

HSL color Cylindrical-coordinate representation of color #EFF84B: hue angle of 63.12º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EFF84B is Cyan = 0.04, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.03.

Color convert

RGB 239 248 75 -
CMYK 0.04 0 0.70 0.03
HSL 63.12º 0.93% 0.63% -
HSV(B) 63.12º 0.7% 0.97% -
XYZ 70.43 85.99 19.54 -
YUV 225.59 43.02 137.57 -
System Red Green Blue C M Y K H S L
Decimal 239 248 75 0.04 0 0.70 0.03 63.12 0.93 0.63
Hex EF F8 4B 4 0 46 3 3F 5D 3F
Octal 357 370 113 4 0 106 3 77 135 77
Binary 11101111 11111000 1001011 100 0 1000110 11 111111 1011101 111111

Color Harmonies of #EFF84B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF84B

Black with #EFF84B

Text Example


Text Example

White with #EFF84B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF84B; }

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

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

background-color css

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

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

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

border-color css

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

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

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