Html Css Color HEX #EFF145 Paris Daisy

📋 copy color: '#EFF145'

red 239 ◦ green 241 ◦ blue 69

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

Shades of Paris Daisy #EFF145

Tints of Paris Daisy #EFF145

RGB

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

 GREEN value IS 241 (94.53% from 255) = 43.9%

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

R = 43.53%
G = 43.9%
B = 12.57%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#EFF145 (or 0xEFF145) is known color: Paris Daisy. HEX triplet: EF, F1 and 45. RGB value is (239,241,69). Sum of RGB (Red+Green+Blue) = 239+241+69=549 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.53% from 549); Green value is 241 (94.53% from 255 or 43.90% from 549); Blue value is 69 (27.34% from 255 or 12.57% from 549); Max value from RGB is 241 - color contains mainly: green. Hex color #EFF145 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF145 is #100EBA. Grayscale: #DDDDDD. Windows color (decimal): -1052347 or 4583919. OLE color: 4583919.

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

Color convert

RGB 239 241 69 -
CMYK 0.01 0 0.71 0.05
HSL 60.7º 0.86% 0.61% -
HSV(B) 60.7º 0.71% 0.95% -
XYZ 68.13 81.69 17.81 -
YUV 220.79 42.34 140.99 -
System Red Green Blue C M Y K H S L
Decimal 239 241 69 0.01 0 0.71 0.05 60.7 0.86 0.61
Hex EF F1 45 1 0 47 5 3D 56 3D
Octal 357 361 105 1 0 107 5 75 126 75
Binary 11101111 11110001 1000101 1 0 1000111 101 111101 1010110 111101

Color Harmonies of #EFF145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF145

Black with #EFF145

Text Example


Text Example

White with #EFF145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF145; }

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

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

background-color css

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

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

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

border-color css

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

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

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