Html Css Color HEX #EFF852 Paris Daisy

📋 copy color: '#EFF852'

red 239 ◦ green 248 ◦ blue 82

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

Shades of Paris Daisy #EFF852

Tints of Paris Daisy #EFF852

RGB

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

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

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

R = 42%
G = 43.59%
B = 14.41%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.67

 K value IS 0.03

RGB Variations

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

Color information

#EFF852 (or 0xEFF852) is known color: Paris Daisy. HEX triplet: EF, F8 and 52. RGB value is (239,248,82). Sum of RGB (Red+Green+Blue) = 239+248+82=569 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.00% from 569); Green value is 248 (97.27% from 255 or 43.59% from 569); Blue value is 82 (32.42% from 255 or 14.41% from 569); Max value from RGB is 248 - color contains mainly: green. Hex color #EFF852 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF852 is #1007AD. Grayscale: #E3E3E3. Windows color (decimal): -1050542 or 5437679. OLE color: 5437679.

HSL color Cylindrical-coordinate representation of color #EFF852: hue angle of 63.25º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EFF852 is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.03.

Color convert

RGB 239 248 82 -
CMYK 0.04 0 0.67 0.03
HSL 63.25º 0.92% 0.65% -
HSV(B) 63.25º 0.67% 0.97% -
XYZ 70.69 86.09 20.87 -
YUV 226.39 46.52 137 -
System Red Green Blue C M Y K H S L
Decimal 239 248 82 0.04 0 0.67 0.03 63.25 0.92 0.65
Hex EF F8 52 4 0 43 3 3F 5C 41
Octal 357 370 122 4 0 103 3 77 134 101
Binary 11101111 11111000 1010010 100 0 1000011 11 111111 1011100 1000001

Color Harmonies of #EFF852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF852

Black with #EFF852

Text Example


Text Example

White with #EFF852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF852; }

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

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

background-color css

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

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

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

border-color css

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

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

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