Html Css Color HEX #BCDF07 Inch Worm

📋 copy color: '#BCDF07'

red 188 ◦ green 223 ◦ blue 7

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

Shades of Inch Worm #BCDF07

Tints of Inch Worm #BCDF07

RGB

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

 GREEN value IS 223 (87.5% from 255) = 53.35%

 BLUE value IS 7 (3.13% from 255) = 1.67%

R = 44.98%
G = 53.35%
B = 1.67%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#BCDF07 (or 0xBCDF07) is known color: Inch Worm. HEX triplet: BC, DF and 07. RGB value is (188,223,7). Sum of RGB (Red+Green+Blue) = 188+223+7=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 223 (87.5% from 255 or 53.35% from 418); Blue value is 7 (3.12% from 255 or 1.67% from 418); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDF07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCDF07 is #4320F8. Grayscale: #BCBCBC. Windows color (decimal): -4399353 or 516028. OLE color: 516028.

HSL color Cylindrical-coordinate representation of color #BCDF07: hue angle of 69.72º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BCDF07 is Cyan = 0.16, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 223 7 -
CMYK 0.16 0 0.97 0.13
HSL 69.72º 0.94% 0.45% -
HSV(B) 69.72º 0.97% 0.87% -
XYZ 47.17 63.48 9.97 -
YUV 187.91 25.9 128.06 -
System Red Green Blue C M Y K H S L
Decimal 188 223 7 0.16 0 0.97 0.13 69.72 0.94 0.45
Hex BC DF 7 10 0 61 D 46 5E 2D
Octal 274 337 7 20 0 141 15 106 136 55
Binary 10111100 11011111 111 10000 0 1100001 1101 1000110 1011110 101101

Color Harmonies of #BCDF07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDF07

Black with #BCDF07

Text Example


Text Example

White with #BCDF07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDF07; }

 p { color: rgb(188,223,7); }

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

background-color css

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

 a { background-color: rgb(188,223,7); }

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

border-color css

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

 span { border-color: rgb(188,223,7); }

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