Html Css Color HEX #BCF40B Inch Worm

📋 copy color: '#BCF40B'

red 188 ◦ green 244 ◦ blue 11

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

Shades of Inch Worm #BCF40B

Tints of Inch Worm #BCF40B

RGB

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

 GREEN value IS 244 (95.7% from 255) = 55.08%

 BLUE value IS 11 (4.69% from 255) = 2.48%

R = 42.44%
G = 55.08%
B = 2.48%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#BCF40B (or 0xBCF40B) is known color: Inch Worm. HEX triplet: BC, F4 and 0B. RGB value is (188,244,11). Sum of RGB (Red+Green+Blue) = 188+244+11=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 244 (95.70% from 255 or 55.08% from 443); Blue value is 11 (4.69% from 255 or 2.48% from 443); Max value from RGB is 244 - color contains mainly: green. Hex color #BCF40B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCF40B is #430BF4. Grayscale: #C9C9C9. Windows color (decimal): -4393973 or 783548. OLE color: 783548.

HSL color Cylindrical-coordinate representation of color #BCF40B: hue angle of 74.42º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BCF40B is Cyan = 0.23, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.

Color convert

RGB 188 244 11 -
CMYK 0.23 0 0.95 0.04
HSL 74.42º 0.91% 0.5% -
HSV(B) 74.42º 0.95% 0.96% -
XYZ 53.15 75.42 12.07 -
YUV 200.69 20.95 118.95 -
System Red Green Blue C M Y K H S L
Decimal 188 244 11 0.23 0 0.95 0.04 74.42 0.91 0.5
Hex BC F4 B 17 0 5F 4 4A 5B 32
Octal 274 364 13 27 0 137 4 112 133 62
Binary 10111100 11110100 1011 10111 0 1011111 100 1001010 1011011 110010

Color Harmonies of #BCF40B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF40B

Black with #BCF40B

Text Example


Text Example

White with #BCF40B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF40B; }

 p { color: rgb(188,244,11); }

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

background-color css

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

 a { background-color: rgb(188,244,11); }

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

border-color css

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

 span { border-color: rgb(188,244,11); }

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