Html Css Color HEX #BAF719 Inch Worm

📋 copy color: '#BAF719'

red 186 ◦ green 247 ◦ blue 25

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

Shades of Inch Worm #BAF719

Tints of Inch Worm #BAF719

RGB

 RED value IS 186 (73.05% from 255) = 40.61%

 GREEN value IS 247 (96.88% from 255) = 53.93%

 BLUE value IS 25 (10.16% from 255) = 5.46%

R = 40.61%
G = 53.93%
B = 5.46%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.90

 K value IS 0.03

RGB Variations

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

Color information

#BAF719 (or 0xBAF719) is known color: Inch Worm. HEX triplet: BA, F7 and 19. RGB value is (186,247,25). Sum of RGB (Red+Green+Blue) = 186+247+25=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 247 (96.88% from 255 or 53.93% from 458); Blue value is 25 (10.16% from 255 or 5.46% from 458); Max value from RGB is 247 - color contains mainly: green. Hex color #BAF719 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAF719 is #4508E6. Grayscale: #CCCCCC. Windows color (decimal): -4524263 or 1701818. OLE color: 1701818.

HSL color Cylindrical-coordinate representation of color #BAF719: hue angle of 76.49º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BAF719 is Cyan = 0.25, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.03.

Color convert

RGB 186 247 25 -
CMYK 0.25 0 0.90 0.03
HSL 76.49º 0.93% 0.53% -
HSV(B) 76.49º 0.9% 0.97% -
XYZ 53.69 77.03 12.96 -
YUV 203.45 27.29 115.55 -
System Red Green Blue C M Y K H S L
Decimal 186 247 25 0.25 0 0.90 0.03 76.49 0.93 0.53
Hex BA F7 19 19 0 5A 3 4C 5D 35
Octal 272 367 31 31 0 132 3 114 135 65
Binary 10111010 11110111 11001 11001 0 1011010 11 1001100 1011101 110101

Color Harmonies of #BAF719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF719

Black with #BAF719

Text Example


Text Example

White with #BAF719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF719; }

 p { color: rgb(186,247,25); }

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

background-color css

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

 a { background-color: rgb(186,247,25); }

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

border-color css

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

 span { border-color: rgb(186,247,25); }

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