Html Css Color HEX #EFF252 Paris Daisy

📋 copy color: '#EFF252'

red 239 ◦ green 242 ◦ blue 82

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

Shades of Paris Daisy #EFF252

Tints of Paris Daisy #EFF252

RGB

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

 GREEN value IS 242 (94.92% from 255) = 42.98%

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

R = 42.45%
G = 42.98%
B = 14.56%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#EFF252 (or 0xEFF252) is known color: Paris Daisy. HEX triplet: EF, F2 and 52. RGB value is (239,242,82). Sum of RGB (Red+Green+Blue) = 239+242+82=563 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.45% from 563); Green value is 242 (94.92% from 255 or 42.98% from 563); Blue value is 82 (32.42% from 255 or 14.56% from 563); Max value from RGB is 242 - color contains mainly: green. Hex color #EFF252 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF252 is #100DAD. Grayscale: #DFDFDF. Windows color (decimal): -1052078 or 5436143. OLE color: 5436143.

HSL color Cylindrical-coordinate representation of color #EFF252: hue angle of 61.12º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EFF252 is Cyan = 0.01, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.

Color convert

RGB 239 242 82 -
CMYK 0.01 0 0.66 0.05
HSL 61.13º 0.86% 0.64% -
HSV(B) 61.13º 0.66% 0.95% -
XYZ 68.87 82.46 20.27 -
YUV 222.86 48.51 139.51 -
System Red Green Blue C M Y K H S L
Decimal 239 242 82 0.01 0 0.66 0.05 61.13 0.86 0.64
Hex EF F2 52 1 0 42 5 3D 56 40
Octal 357 362 122 1 0 102 5 75 126 100
Binary 11101111 11110010 1010010 1 0 1000010 101 111101 1010110 1000000

Color Harmonies of #EFF252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF252

Black with #EFF252

Text Example


Text Example

White with #EFF252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF252; }

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

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

background-color css

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

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

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

border-color css

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

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

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