Html Css Color HEX #EBF914 Chartreuse Yellow

📋 copy color: '#EBF914'

red 235 ◦ green 249 ◦ blue 20

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

Shades of Chartreuse Yellow #EBF914

Tints of Chartreuse Yellow #EBF914

RGB

 RED value IS 235 (92.19% from 255) = 46.63%

 GREEN value IS 249 (97.66% from 255) = 49.4%

 BLUE value IS 20 (8.2% from 255) = 3.97%

R = 46.63%
G = 49.4%
B = 3.97%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#EBF914 (or 0xEBF914) is known color: Chartreuse Yellow. HEX triplet: EB, F9 and 14. RGB value is (235,249,20). Sum of RGB (Red+Green+Blue) = 235+249+20=504 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.63% from 504); Green value is 249 (97.66% from 255 or 49.40% from 504); Blue value is 20 (8.20% from 255 or 3.97% from 504); Max value from RGB is 249 - color contains mainly: green. Hex color #EBF914 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EBF914 is #1406EB. Grayscale: #DBDBDB. Windows color (decimal): -1312492 or 1374699. OLE color: 1374699.

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

Color convert

RGB 235 249 20 -
CMYK 0.06 0 0.92 0.02
HSL 63.67º 0.95% 0.53% -
HSV(B) 63.67º 0.92% 0.98% -
XYZ 68.26 85.46 13.56 -
YUV 218.71 15.86 139.62 -
System Red Green Blue C M Y K H S L
Decimal 235 249 20 0.06 0 0.92 0.02 63.67 0.95 0.53
Hex EB F9 14 6 0 5C 2 40 5F 35
Octal 353 371 24 6 0 134 2 100 137 65
Binary 11101011 11111001 10100 110 0 1011100 10 1000000 1011111 110101

Color Harmonies of #EBF914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF914

Black with #EBF914

Text Example


Text Example

White with #EBF914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF914; }

 p { color: rgb(235,249,20); }

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

background-color css

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

 a { background-color: rgb(235,249,20); }

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

border-color css

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

 span { border-color: rgb(235,249,20); }

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