Html Css Color HEX #EAFF3E Paris Daisy

📋 copy color: '#EAFF3E'

red 234 ◦ green 255 ◦ blue 62

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

Shades of Paris Daisy #EAFF3E

Tints of Paris Daisy #EAFF3E

RGB

 RED value IS 234 (91.8% from 255) = 42.47%

 GREEN value IS 255 (100% from 255) = 46.28%

 BLUE value IS 62 (24.61% from 255) = 11.25%

R = 42.47%
G = 46.28%
B = 11.25%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.76

 K value IS 0

RGB Variations

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

Color information

#EAFF3E (or 0xEAFF3E) is known color: Paris Daisy. HEX triplet: EA, FF and 3E. RGB value is (234,255,62). Sum of RGB (Red+Green+Blue) = 234+255+62=551 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.47% from 551); Green value is 255 (100% from 255 or 46.28% from 551); Blue value is 62 (24.61% from 255 or 11.25% from 551); Max value from RGB is 255 - color contains mainly: green. Hex color #EAFF3E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAFF3E is #1500C1. Grayscale: #E3E3E3. Windows color (decimal): -1376450 or 4128746. OLE color: 4128746.

HSL color Cylindrical-coordinate representation of color #EAFF3E: hue angle of 66.53º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EAFF3E is Cyan = 0.08, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.

Color convert

RGB 234 255 62 -
CMYK 0.08 0 0.76 0
HSL 66.53º 1% 0.62% -
HSV(B) 66.53º 0.76% 1% -
XYZ 70.56 89.36 18.09 -
YUV 226.72 35.04 133.19 -
System Red Green Blue C M Y K H S L
Decimal 234 255 62 0.08 0 0.76 0 66.53 1 0.62
Hex EA FF 3E 8 0 4C 0 43 64 3E
Octal 352 377 76 10 0 114 0 103 144 76
Binary 11101010 11111111 111110 1000 0 1001100 0 1000011 1100100 111110

Color Harmonies of #EAFF3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAFF3E

Black with #EAFF3E

Text Example


Text Example

White with #EAFF3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAFF3E; }

 p { color: rgb(234,255,62); }

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

background-color css

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

 a { background-color: rgb(234,255,62); }

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

border-color css

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

 span { border-color: rgb(234,255,62); }

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