Html Css Color HEX #BCE405 Inch Worm

📋 copy color: '#BCE405'

red 188 ◦ green 228 ◦ blue 5

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

Shades of Inch Worm #BCE405

Tints of Inch Worm #BCE405

RGB

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

 GREEN value IS 228 (89.45% from 255) = 54.16%

 BLUE value IS 5 (2.34% from 255) = 1.19%

R = 44.66%
G = 54.16%
B = 1.19%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.98

 K value IS 0.11

RGB Variations

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

Color information

#BCE405 (or 0xBCE405) is known color: Inch Worm. HEX triplet: BC, E4 and 05. RGB value is (188,228,5). Sum of RGB (Red+Green+Blue) = 188+228+5=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 228 (89.45% from 255 or 54.16% from 421); Blue value is 5 (2.34% from 255 or 1.19% from 421); Max value from RGB is 228 - color contains mainly: green. Hex color #BCE405 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCE405 is #431BFA. Grayscale: #BFBFBF. Windows color (decimal): -4398075 or 386236. OLE color: 386236.

HSL color Cylindrical-coordinate representation of color #BCE405: hue angle of 70.76º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BCE405 is Cyan = 0.18, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.11.

Color convert

RGB 188 228 5 -
CMYK 0.18 0 0.98 0.11
HSL 70.76º 0.96% 0.46% -
HSV(B) 70.76º 0.98% 0.89% -
XYZ 48.51 66.19 10.36 -
YUV 190.62 23.25 126.13 -
System Red Green Blue C M Y K H S L
Decimal 188 228 5 0.18 0 0.98 0.11 70.76 0.96 0.46
Hex BC E4 5 12 0 62 B 47 60 2E
Octal 274 344 5 22 0 142 13 107 140 56
Binary 10111100 11100100 101 10010 0 1100010 1011 1000111 1100000 101110

Color Harmonies of #BCE405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE405

Black with #BCE405

Text Example


Text Example

White with #BCE405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE405; }

 p { color: rgb(188,228,5); }

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

background-color css

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

 a { background-color: rgb(188,228,5); }

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

border-color css

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

 span { border-color: rgb(188,228,5); }

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