Html Css Color HEX #BAF510 Inch Worm

📋 copy color: '#BAF510'

red 186 ◦ green 245 ◦ blue 16

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

Shades of Inch Worm #BAF510

Tints of Inch Worm #BAF510

RGB

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

 GREEN value IS 245 (96.09% from 255) = 54.81%

 BLUE value IS 16 (6.64% from 255) = 3.58%

R = 41.61%
G = 54.81%
B = 3.58%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#BAF510 (or 0xBAF510) is known color: Inch Worm. HEX triplet: BA, F5 and 10. RGB value is (186,245,16). Sum of RGB (Red+Green+Blue) = 186+245+16=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 245 (96.09% from 255 or 54.81% from 447); Blue value is 16 (6.64% from 255 or 3.58% from 447); Max value from RGB is 245 - color contains mainly: green. Hex color #BAF510 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAF510 is #450AEF. Grayscale: #CACACA. Windows color (decimal): -4524784 or 1111482. OLE color: 1111482.

HSL color Cylindrical-coordinate representation of color #BAF510: hue angle of 75.46º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BAF510 is Cyan = 0.24, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB 186 245 16 -
CMYK 0.24 0 0.93 0.04
HSL 75.46º 0.92% 0.51% -
HSV(B) 75.46º 0.93% 0.96% -
XYZ 53 75.78 12.32 -
YUV 201.25 23.45 117.12 -
System Red Green Blue C M Y K H S L
Decimal 186 245 16 0.24 0 0.93 0.04 75.46 0.92 0.51
Hex BA F5 10 18 0 5D 4 4B 5C 33
Octal 272 365 20 30 0 135 4 113 134 63
Binary 10111010 11110101 10000 11000 0 1011101 100 1001011 1011100 110011

Color Harmonies of #BAF510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF510

Black with #BAF510

Text Example


Text Example

White with #BAF510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF510; }

 p { color: rgb(186,245,16); }

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

background-color css

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

 a { background-color: rgb(186,245,16); }

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

border-color css

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

 span { border-color: rgb(186,245,16); }

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