Html Css Color HEX #EFF24B Paris Daisy

📋 copy color: '#EFF24B'

red 239 ◦ green 242 ◦ blue 75

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

Shades of Paris Daisy #EFF24B

Tints of Paris Daisy #EFF24B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 13.49%

R = 42.99%
G = 43.53%
B = 13.49%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#EFF24B (or 0xEFF24B) is known color: Paris Daisy. HEX triplet: EF, F2 and 4B. RGB value is (239,242,75). Sum of RGB (Red+Green+Blue) = 239+242+75=556 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.99% from 556); Green value is 242 (94.92% from 255 or 43.53% from 556); Blue value is 75 (29.69% from 255 or 13.49% from 556); Max value from RGB is 242 - color contains mainly: green. Hex color #EFF24B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF24B is #100DB4. Grayscale: #DEDEDE. Windows color (decimal): -1052085 or 4977391. OLE color: 4977391.

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

Color convert

RGB 239 242 75 -
CMYK 0.01 0 0.69 0.05
HSL 61.08º 0.87% 0.62% -
HSV(B) 61.08º 0.69% 0.95% -
XYZ 68.62 82.36 18.94 -
YUV 222.07 45.01 140.08 -
System Red Green Blue C M Y K H S L
Decimal 239 242 75 0.01 0 0.69 0.05 61.08 0.87 0.62
Hex EF F2 4B 1 0 45 5 3D 57 3E
Octal 357 362 113 1 0 105 5 75 127 76
Binary 11101111 11110010 1001011 1 0 1000101 101 111101 1010111 111110

Color Harmonies of #EFF24B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF24B

Black with #EFF24B

Text Example


Text Example

White with #EFF24B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF24B; }

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

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

background-color css

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

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

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

border-color css

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

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

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