Html Css Color HEX #EFF552 Paris Daisy

📋 copy color: '#EFF552'

red 239 ◦ green 245 ◦ blue 82

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

Shades of Paris Daisy #EFF552

Tints of Paris Daisy #EFF552

RGB

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

 GREEN value IS 245 (96.09% from 255) = 43.29%

 BLUE value IS 82 (32.42% from 255) = 14.49%

R = 42.23%
G = 43.29%
B = 14.49%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#EFF552 (or 0xEFF552) is known color: Paris Daisy. HEX triplet: EF, F5 and 52. RGB value is (239,245,82). Sum of RGB (Red+Green+Blue) = 239+245+82=566 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.23% from 566); Green value is 245 (96.09% from 255 or 43.29% from 566); Blue value is 82 (32.42% from 255 or 14.49% from 566); Max value from RGB is 245 - color contains mainly: green. Hex color #EFF552 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF552 is #100AAD. Grayscale: #E1E1E1. Windows color (decimal): -1051310 or 5436911. OLE color: 5436911.

HSL color Cylindrical-coordinate representation of color #EFF552: hue angle of 62.21º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EFF552 is Cyan = 0.02, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.

Color convert

RGB 239 245 82 -
CMYK 0.02 0 0.67 0.04
HSL 62.21º 0.89% 0.64% -
HSV(B) 62.21º 0.67% 0.96% -
XYZ 69.77 84.26 20.57 -
YUV 224.62 47.51 138.25 -
System Red Green Blue C M Y K H S L
Decimal 239 245 82 0.02 0 0.67 0.04 62.21 0.89 0.64
Hex EF F5 52 2 0 43 4 3E 59 40
Octal 357 365 122 2 0 103 4 76 131 100
Binary 11101111 11110101 1010010 10 0 1000011 100 111110 1011001 1000000

Color Harmonies of #EFF552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF552

Black with #EFF552

Text Example


Text Example

White with #EFF552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF552; }

 p { color: rgb(239,245,82); }

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

background-color css

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

 a { background-color: rgb(239,245,82); }

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

border-color css

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

 span { border-color: rgb(239,245,82); }

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