Html Css Color HEX #BCF008 Inch Worm

📋 copy color: '#BCF008'

red 188 ◦ green 240 ◦ blue 8

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

Shades of Inch Worm #BCF008

Tints of Inch Worm #BCF008

RGB

 RED value IS 188 (73.83% from 255) = 43.12%

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

 BLUE value IS 8 (3.52% from 255) = 1.83%

R = 43.12%
G = 55.05%
B = 1.83%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#BCF008 (or 0xBCF008) is known color: Inch Worm. HEX triplet: BC, F0 and 08. RGB value is (188,240,8). Sum of RGB (Red+Green+Blue) = 188+240+8=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 240 (94.14% from 255 or 55.05% from 436); Blue value is 8 (3.52% from 255 or 1.83% from 436); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF008 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCF008 is #430FF7. Grayscale: #C6C6C6. Windows color (decimal): -4395000 or 585916. OLE color: 585916.

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

Color convert

RGB 188 240 8 -
CMYK 0.22 0 0.97 0.06
HSL 73.45º 0.94% 0.49% -
HSV(B) 73.45º 0.97% 0.94% -
XYZ 51.94 73.03 11.59 -
YUV 198 20.77 120.86 -
System Red Green Blue C M Y K H S L
Decimal 188 240 8 0.22 0 0.97 0.06 73.45 0.94 0.49
Hex BC F0 8 16 0 61 6 49 5E 31
Octal 274 360 10 26 0 141 6 111 136 61
Binary 10111100 11110000 1000 10110 0 1100001 110 1001001 1011110 110001

Color Harmonies of #BCF008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF008

Black with #BCF008

Text Example


Text Example

White with #BCF008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF008; }

 p { color: rgb(188,240,8); }

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

background-color css

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

 a { background-color: rgb(188,240,8); }

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

border-color css

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

 span { border-color: rgb(188,240,8); }

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