Html Css Color HEX #EFFF48 Paris Daisy

📋 copy color: '#EFFF48'

red 239 ◦ green 255 ◦ blue 72

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

Shades of Paris Daisy #EFFF48

Tints of Paris Daisy #EFFF48

RGB

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

 GREEN value IS 255 (100% from 255) = 45.05%

 BLUE value IS 72 (28.52% from 255) = 12.72%

R = 42.23%
G = 45.05%
B = 12.72%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.72

 K value IS 0

RGB Variations

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

Color information

#EFFF48 (or 0xEFFF48) is known color: Paris Daisy. HEX triplet: EF, FF and 48. RGB value is (239,255,72). Sum of RGB (Red+Green+Blue) = 239+255+72=566 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.23% from 566); Green value is 255 (100% from 255 or 45.05% from 566); Blue value is 72 (28.52% from 255 or 12.72% from 566); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFF48 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFFF48 is #1000B7. Grayscale: #E6E6E6. Windows color (decimal): -1048760 or 4784111. OLE color: 4784111.

HSL color Cylindrical-coordinate representation of color #EFFF48: hue angle of 65.25º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EFFF48 is Cyan = 0.06, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.

Color convert

RGB 239 255 72 -
CMYK 0.06 0 0.72 0
HSL 65.25º 1% 0.64% -
HSV(B) 65.25º 0.72% 1% -
XYZ 72.53 90.34 19.75 -
YUV 229.35 39.2 134.88 -
System Red Green Blue C M Y K H S L
Decimal 239 255 72 0.06 0 0.72 0 65.25 1 0.64
Hex EF FF 48 6 0 48 0 41 64 40
Octal 357 377 110 6 0 110 0 101 144 100
Binary 11101111 11111111 1001000 110 0 1001000 0 1000001 1100100 1000000

Color Harmonies of #EFFF48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFF48

Black with #EFFF48

Text Example


Text Example

White with #EFFF48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFF48; }

 p { color: rgb(239,255,72); }

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

background-color css

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

 a { background-color: rgb(239,255,72); }

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

border-color css

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

 span { border-color: rgb(239,255,72); }

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