Html Css Color HEX #BCED04 Inch Worm

📋 copy color: '#BCED04'

red 188 ◦ green 237 ◦ blue 4

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

Shades of Inch Worm #BCED04

Tints of Inch Worm #BCED04

RGB

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

 GREEN value IS 237 (92.97% from 255) = 55.24%

 BLUE value IS 4 (1.95% from 255) = 0.93%

R = 43.82%
G = 55.24%
B = 0.93%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#BCED04 (or 0xBCED04) is known color: Inch Worm. HEX triplet: BC, ED and 04. RGB value is (188,237,4). Sum of RGB (Red+Green+Blue) = 188+237+4=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 237 (92.97% from 255 or 55.24% from 429); Blue value is 4 (1.95% from 255 or 0.93% from 429); Max value from RGB is 237 - color contains mainly: green. Hex color #BCED04 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCED04 is #4312FB. Grayscale: #C4C4C4. Windows color (decimal): -4395772 or 323004. OLE color: 323004.

HSL color Cylindrical-coordinate representation of color #BCED04: hue angle of 72.62º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BCED04 is Cyan = 0.21, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 237 4 -
CMYK 0.21 0 0.98 0.07
HSL 72.62º 0.97% 0.47% -
HSV(B) 72.62º 0.98% 0.93% -
XYZ 51.05 71.27 11.18 -
YUV 195.79 19.77 122.45 -
System Red Green Blue C M Y K H S L
Decimal 188 237 4 0.21 0 0.98 0.07 72.62 0.97 0.47
Hex BC ED 4 15 0 62 7 49 61 2F
Octal 274 355 4 25 0 142 7 111 141 57
Binary 10111100 11101101 100 10101 0 1100010 111 1001001 1100001 101111

Color Harmonies of #BCED04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCED04

Black with #BCED04

Text Example


Text Example

White with #BCED04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCED04; }

 p { color: rgb(188,237,4); }

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

background-color css

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

 a { background-color: rgb(188,237,4); }

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

border-color css

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

 span { border-color: rgb(188,237,4); }

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