Html Css Color HEX #EFFE48 Paris Daisy

📋 copy color: '#EFFE48'

red 239 ◦ green 254 ◦ blue 72

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

Shades of Paris Daisy #EFFE48

Tints of Paris Daisy #EFFE48

RGB

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

 GREEN value IS 254 (99.61% from 255) = 44.96%

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

R = 42.3%
G = 44.96%
B = 12.74%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.72

 K value IS 0.00

RGB Variations

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

Color information

#EFFE48 (or 0xEFFE48) is known color: Paris Daisy. HEX triplet: EF, FE and 48. RGB value is (239,254,72). Sum of RGB (Red+Green+Blue) = 239+254+72=565 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.30% from 565); Green value is 254 (99.61% from 255 or 44.96% from 565); Blue value is 72 (28.52% from 255 or 12.74% from 565); Max value from RGB is 254 - color contains mainly: green. Hex color #EFFE48 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFFE48 is #1001B7. Grayscale: #E5E5E5. Windows color (decimal): -1049016 or 4783855. OLE color: 4783855.

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

Color convert

RGB 239 254 72 -
CMYK 0.06 0 0.72 0.00
HSL 64.95º 0.99% 0.64% -
HSV(B) 64.95º 0.72% 1% -
XYZ 72.21 89.7 19.64 -
YUV 228.77 39.53 135.3 -
System Red Green Blue C M Y K H S L
Decimal 239 254 72 0.06 0 0.72 0.00 64.95 0.99 0.64
Hex EF FE 48 6 0 48 0 41 63 40
Octal 357 376 110 6 0 110 0 101 143 100
Binary 11101111 11111110 1001000 110 0 1001000 0 1000001 1100011 1000000

Color Harmonies of #EFFE48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFE48

Black with #EFFE48

Text Example


Text Example

White with #EFFE48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFE48; }

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

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

background-color css

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

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

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

border-color css

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

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

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