Html Css Color HEX #BAF814 Inch Worm

📋 copy color: '#BAF814'

red 186 ◦ green 248 ◦ blue 20

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

Shades of Inch Worm #BAF814

Tints of Inch Worm #BAF814

RGB

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

 GREEN value IS 248 (97.27% from 255) = 54.63%

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

R = 40.97%
G = 54.63%
B = 4.41%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#BAF814 (or 0xBAF814) is known color: Inch Worm. HEX triplet: BA, F8 and 14. RGB value is (186,248,20). Sum of RGB (Red+Green+Blue) = 186+248+20=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 248 (97.27% from 255 or 54.63% from 454); Blue value is 20 (8.20% from 255 or 4.41% from 454); Max value from RGB is 248 - color contains mainly: green. Hex color #BAF814 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAF814 is #4507EB. Grayscale: #CCCCCC. Windows color (decimal): -4524012 or 1374394. OLE color: 1374394.

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

Color convert

RGB 186 248 20 -
CMYK 0.25 0 0.92 0.03
HSL 76.32º 0.94% 0.53% -
HSV(B) 76.32º 0.92% 0.97% -
XYZ 53.94 77.62 12.8 -
YUV 203.47 24.46 115.54 -
System Red Green Blue C M Y K H S L
Decimal 186 248 20 0.25 0 0.92 0.03 76.32 0.94 0.53
Hex BA F8 14 19 0 5C 3 4C 5E 35
Octal 272 370 24 31 0 134 3 114 136 65
Binary 10111010 11111000 10100 11001 0 1011100 11 1001100 1011110 110101

Color Harmonies of #BAF814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF814

Black with #BAF814

Text Example


Text Example

White with #BAF814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF814; }

 p { color: rgb(186,248,20); }

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

background-color css

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

 a { background-color: rgb(186,248,20); }

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

border-color css

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

 span { border-color: rgb(186,248,20); }

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