Html Css Color HEX #EFFF0E Chartreuse Yellow

📋 copy color: '#EFFF0E'

red 239 ◦ green 255 ◦ blue 14

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

Shades of Chartreuse Yellow #EFFF0E

Tints of Chartreuse Yellow #EFFF0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 2.76%

R = 47.05%
G = 50.2%
B = 2.76%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#EFFF0E (or 0xEFFF0E) is known color: Chartreuse Yellow. HEX triplet: EF, FF and 0E. RGB value is (239,255,14). Sum of RGB (Red+Green+Blue) = 239+255+14=508 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.05% from 508); Green value is 255 (100% from 255 or 50.20% from 508); Blue value is 14 (5.86% from 255 or 2.76% from 508); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFF0E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFFF0E is #1000F1. Grayscale: #DFDFDF. Windows color (decimal): -1048818 or 983023. OLE color: 983023.

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

Color convert

RGB 239 255 14 -
CMYK 0.06 0 0.95 0
HSL 63.98º 1% 0.53% -
HSV(B) 63.98º 0.95% 1% -
XYZ 71.44 89.9 14 -
YUV 222.74 10.2 139.6 -
System Red Green Blue C M Y K H S L
Decimal 239 255 14 0.06 0 0.95 0 63.98 1 0.53
Hex EF FF E 6 0 5F 0 40 64 35
Octal 357 377 16 6 0 137 0 100 144 65
Binary 11101111 11111111 1110 110 0 1011111 0 1000000 1100100 110101

Color Harmonies of #EFFF0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFF0E

Black with #EFFF0E

Text Example


Text Example

White with #EFFF0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFF0E; }

 p { color: rgb(239,255,14); }

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

background-color css

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

 a { background-color: rgb(239,255,14); }

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

border-color css

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

 span { border-color: rgb(239,255,14); }

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