Html Css Color HEX #EFFF45 Paris Daisy

📋 copy color: '#EFFF45'

red 239 ◦ green 255 ◦ blue 69

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

Shades of Paris Daisy #EFFF45

Tints of Paris Daisy #EFFF45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 12.26%

R = 42.45%
G = 45.29%
B = 12.26%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.73

 K value IS 0

RGB Variations

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

Color information

#EFFF45 (or 0xEFFF45) is known color: Paris Daisy. HEX triplet: EF, FF and 45. RGB value is (239,255,69). Sum of RGB (Red+Green+Blue) = 239+255+69=563 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.45% from 563); Green value is 255 (100% from 255 or 45.29% from 563); Blue value is 69 (27.34% from 255 or 12.26% from 563); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFF45 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFFF45 is #1000BA. Grayscale: #E5E5E5. Windows color (decimal): -1048763 or 4587503. OLE color: 4587503.

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

Color convert

RGB 239 255 69 -
CMYK 0.06 0 0.73 0
HSL 65.16º 1% 0.64% -
HSV(B) 65.16º 0.73% 1% -
XYZ 72.43 90.3 19.24 -
YUV 229.01 37.7 135.12 -
System Red Green Blue C M Y K H S L
Decimal 239 255 69 0.06 0 0.73 0 65.16 1 0.64
Hex EF FF 45 6 0 49 0 41 64 40
Octal 357 377 105 6 0 111 0 101 144 100
Binary 11101111 11111111 1000101 110 0 1001001 0 1000001 1100100 1000000

Color Harmonies of #EFFF45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFF45

Black with #EFFF45

Text Example


Text Example

White with #EFFF45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFF45; }

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

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

background-color css

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

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

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

border-color css

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

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

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