Html Css Color HEX #BAF00D Inch Worm

📋 copy color: '#BAF00D'

red 186 ◦ green 240 ◦ blue 13

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

Shades of Inch Worm #BAF00D

Tints of Inch Worm #BAF00D

RGB

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

 GREEN value IS 240 (94.14% from 255) = 54.67%

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

R = 42.37%
G = 54.67%
B = 2.96%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#BAF00D (or 0xBAF00D) is known color: Inch Worm. HEX triplet: BA, F0 and 0D. RGB value is (186,240,13). Sum of RGB (Red+Green+Blue) = 186+240+13=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 240 (94.14% from 255 or 54.67% from 439); Blue value is 13 (5.47% from 255 or 2.96% from 439); Max value from RGB is 240 - color contains mainly: green. Hex color #BAF00D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAF00D is #450FF2. Grayscale: #C6C6C6. Windows color (decimal): -4526067 or 913594. OLE color: 913594.

HSL color Cylindrical-coordinate representation of color #BAF00D: hue angle of 74.27º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BAF00D is Cyan = 0.22, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 240 13 -
CMYK 0.22 0 0.95 0.06
HSL 74.27º 0.9% 0.5% -
HSV(B) 74.27º 0.95% 0.94% -
XYZ 51.48 72.79 11.72 -
YUV 197.98 23.61 119.46 -
System Red Green Blue C M Y K H S L
Decimal 186 240 13 0.22 0 0.95 0.06 74.27 0.9 0.5
Hex BA F0 D 16 0 5F 6 4A 5A 32
Octal 272 360 15 26 0 137 6 112 132 62
Binary 10111010 11110000 1101 10110 0 1011111 110 1001010 1011010 110010

Color Harmonies of #BAF00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF00D

Black with #BAF00D

Text Example


Text Example

White with #BAF00D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF00D; }

 p { color: rgb(186,240,13); }

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

background-color css

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

 a { background-color: rgb(186,240,13); }

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

border-color css

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

 span { border-color: rgb(186,240,13); }

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