Html Css Color HEX #EFF242 Paris Daisy

📋 copy color: '#EFF242'

red 239 ◦ green 242 ◦ blue 66

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

Shades of Paris Daisy #EFF242

Tints of Paris Daisy #EFF242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 12.07%

R = 43.69%
G = 44.24%
B = 12.07%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#EFF242 (or 0xEFF242) is known color: Paris Daisy. HEX triplet: EF, F2 and 42. RGB value is (239,242,66). Sum of RGB (Red+Green+Blue) = 239+242+66=547 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.69% from 547); Green value is 242 (94.92% from 255 or 44.24% from 547); Blue value is 66 (26.17% from 255 or 12.07% from 547); Max value from RGB is 242 - color contains mainly: green. Hex color #EFF242 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF242 is #100DBD. Grayscale: #DDDDDD. Windows color (decimal): -1052094 or 4387567. OLE color: 4387567.

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

Color convert

RGB 239 242 66 -
CMYK 0.01 0 0.73 0.05
HSL 61.02º 0.87% 0.6% -
HSV(B) 61.02º 0.73% 0.95% -
XYZ 68.33 82.25 17.43 -
YUV 221.04 40.51 140.81 -
System Red Green Blue C M Y K H S L
Decimal 239 242 66 0.01 0 0.73 0.05 61.02 0.87 0.6
Hex EF F2 42 1 0 49 5 3D 57 3C
Octal 357 362 102 1 0 111 5 75 127 74
Binary 11101111 11110010 1000010 1 0 1001001 101 111101 1010111 111100

Color Harmonies of #EFF242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF242

Black with #EFF242

Text Example


Text Example

White with #EFF242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF242; }

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

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

background-color css

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

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

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

border-color css

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

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

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