Html Css Color HEX #EFFF0D Chartreuse Yellow

📋 copy color: '#EFFF0D'

red 239 ◦ green 255 ◦ blue 13

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

Shades of Chartreuse Yellow #EFFF0D

Tints of Chartreuse Yellow #EFFF0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.56%

R = 47.14%
G = 50.3%
B = 2.56%

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

#EFFF0D (or 0xEFFF0D) is known color: Chartreuse Yellow. HEX triplet: EF, FF and 0D. RGB value is (239,255,13). Sum of RGB (Red+Green+Blue) = 239+255+13=507 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.14% from 507); Green value is 255 (100% from 255 or 50.30% from 507); Blue value is 13 (5.47% from 255 or 2.56% from 507); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFF0D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFFF0D is #1000F2. Grayscale: #DFDFDF. Windows color (decimal): -1048819 or 917487. OLE color: 917487.

HSL color Cylindrical-coordinate representation of color #EFFF0D: hue angle of 63.97º 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 #EFFF0D is Cyan = 0.06, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.

Color convert

RGB 239 255 13 -
CMYK 0.06 0 0.95 0
HSL 63.97º 1% 0.53% -
HSV(B) 63.97º 0.95% 1% -
XYZ 71.43 89.9 13.97 -
YUV 222.63 9.7 139.68 -
System Red Green Blue C M Y K H S L
Decimal 239 255 13 0.06 0 0.95 0 63.97 1 0.53
Hex EF FF D 6 0 5F 0 40 64 35
Octal 357 377 15 6 0 137 0 100 144 65
Binary 11101111 11111111 1101 110 0 1011111 0 1000000 1100100 110101

Color Harmonies of #EFFF0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFF0D

Black with #EFFF0D

Text Example


Text Example

White with #EFFF0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFF0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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