Html Css Color HEX #EFF42D Golden Fizz

📋 copy color: '#EFF42D'

red 239 ◦ green 244 ◦ blue 45

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

Shades of Golden Fizz #EFF42D

Tints of Golden Fizz #EFF42D

RGB

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

 GREEN value IS 244 (95.7% from 255) = 46.21%

 BLUE value IS 45 (17.97% from 255) = 8.52%

R = 45.27%
G = 46.21%
B = 8.52%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#EFF42D (or 0xEFF42D) is known color: Golden Fizz. HEX triplet: EF, F4 and 2D. RGB value is (239,244,45). Sum of RGB (Red+Green+Blue) = 239+244+45=528 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.27% from 528); Green value is 244 (95.70% from 255 or 46.21% from 528); Blue value is 45 (17.97% from 255 or 8.52% from 528); Max value from RGB is 244 - color contains mainly: green. Hex color #EFF42D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF42D is #100BD2. Grayscale: #DCDCDC. Windows color (decimal): -1051603 or 3011823. OLE color: 3011823.

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

Color convert

RGB 239 244 45 -
CMYK 0.02 0 0.82 0.04
HSL 61.51º 0.9% 0.57% -
HSV(B) 61.51º 0.82% 0.96% -
XYZ 68.42 83.24 14.94 -
YUV 219.82 29.34 141.68 -
System Red Green Blue C M Y K H S L
Decimal 239 244 45 0.02 0 0.82 0.04 61.51 0.9 0.57
Hex EF F4 2D 2 0 52 4 3E 5A 39
Octal 357 364 55 2 0 122 4 76 132 71
Binary 11101111 11110100 101101 10 0 1010010 100 111110 1011010 111001

Color Harmonies of #EFF42D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF42D

Black with #EFF42D

Text Example


Text Example

White with #EFF42D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF42D; }

 p { color: rgb(239,244,45); }

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

background-color css

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

 a { background-color: rgb(239,244,45); }

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

border-color css

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

 span { border-color: rgb(239,244,45); }

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