Html Css Color HEX #BCED28 Inch Worm

📋 copy color: '#BCED28'

red 188 ◦ green 237 ◦ blue 40

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

Shades of Inch Worm #BCED28

Tints of Inch Worm #BCED28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.6%

R = 40.43%
G = 50.97%
B = 8.6%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#BCED28 (or 0xBCED28) is known color: Inch Worm. HEX triplet: BC, ED and 28. RGB value is (188,237,40). Sum of RGB (Red+Green+Blue) = 188+237+40=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 237 (92.97% from 255 or 50.97% from 465); Blue value is 40 (16.02% from 255 or 8.60% from 465); Max value from RGB is 237 - color contains mainly: green. Hex color #BCED28 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCED28 is #4312D7. Grayscale: #C8C8C8. Windows color (decimal): -4395736 or 2682300. OLE color: 2682300.

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

Color convert

RGB 188 237 40 -
CMYK 0.21 0 0.83 0.07
HSL 74.92º 0.85% 0.54% -
HSV(B) 74.92º 0.83% 0.93% -
XYZ 51.41 71.41 13.08 -
YUV 199.89 37.77 119.52 -
System Red Green Blue C M Y K H S L
Decimal 188 237 40 0.21 0 0.83 0.07 74.92 0.85 0.54
Hex BC ED 28 15 0 53 7 4B 55 36
Octal 274 355 50 25 0 123 7 113 125 66
Binary 10111100 11101101 101000 10101 0 1010011 111 1001011 1010101 110110

Color Harmonies of #BCED28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCED28

Black with #BCED28

Text Example


Text Example

White with #BCED28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCED28; }

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

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

background-color css

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

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

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

border-color css

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

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

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